mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-20 19:09:21 +08:00
feat: 新增 Select V2 示例 (#43)
This commit is contained in:
parent
e43c93c8e9
commit
1161939616
@ -12,5 +12,7 @@ const { loading, options, selectedValue } = useFetchSelect({
|
||||
<el-select :loading="loading" v-model="selectedValue">
|
||||
<el-option v-for="(item, index) in options" v-bind="item" :key="index" />
|
||||
</el-select>
|
||||
<span class="m-x">Select V2 示例</span>
|
||||
<el-select-v2 :loading="loading" v-model="selectedValue" :options="options" />
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user