perf: 优化IconSelect图标选择器组件,提升用户体验

This commit is contained in:
xiaoxian521
2023-10-13 23:36:31 +08:00
parent fc2d905e92
commit 3e040fcc24
5 changed files with 2646 additions and 702 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import { ref } from "vue";
import IconSelect from "@/components/ReIcon/src/Select.vue";
import { IconSelect } from "@/components/ReIcon";
defineOptions({
name: "IconSelect"