diff --git a/src/components/IconSelect/index.vue b/src/components/IconSelect/index.vue index 007ba9d..af7df68 100644 --- a/src/components/IconSelect/index.vue +++ b/src/components/IconSelect/index.vue @@ -8,6 +8,7 @@ const { copy } = useClipboard(); const name = ref(''); const iconList = ref(icons); +console.log(icons); function filterIcons() { iconList.value = JSON.parse(JSON.stringify(icons));