mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
feat: add iconSelect component
This commit is contained in:
14
src/views/able/icon-select.vue
Normal file
14
src/views/able/icon-select.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
import { IconSelect } from "/@/components/ReIcon";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<el-card>
|
||||
<template #header>
|
||||
<div class="card-header">
|
||||
<span class="font-medium">图标选择器</span>
|
||||
</div>
|
||||
</template>
|
||||
<IconSelect />
|
||||
</el-card>
|
||||
</template>
|
||||
Reference in New Issue
Block a user