gaoluyang
2025-05-20 c334c2d76c1b51d0fbe1531bf524e1b90f921a7c
src/components/IconSelect/index.vue
@@ -30,11 +30,11 @@
  activeIcon: {
    type: String
  }
});
})
const iconName = ref('');
const iconList = ref(icons);
const emit = defineEmits(['selected']);
const iconName = ref('')
const iconList = ref(icons)
const emit = defineEmits(['selected'])
function filterIcons() {
  iconList.value = icons