From c7044658d0376acdfd25daf2c97fd2f1bc3746e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=98=89=E6=82=A6?= Date: Fri, 30 May 2025 01:01:01 +0800 Subject: [PATCH] =?UTF-8?q?chore(api):=20:rewind:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IconSelect/index.vue | 1 + 1 file changed, 1 insertion(+) 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));