chenrui
2025-05-29 274894a41f857dac30877a5dee1c711a2a8049b6
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