chenrui
2025-05-26 a117f28f890f89bfef46b0920b4861b542cd395b
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