RuoYi
2025-04-27 2f8a257efd2b64dc40666b0d332edb7824a9768d
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