refactor: 组件示例重构
Former-commit-id: 039dc1ce505489c4d1b360fd50771a10b5476227
This commit is contained in:
11
src/views/demo/icon-selector.vue
Normal file
11
src/views/demo/icon-selector.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- 图标选择器 -->
|
||||
|
||||
<script setup lang="ts">
|
||||
const value = ref('edit');
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<icon-select v-model="value" width="400px" />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user