From 4bb35a5c2a550e2b4741e38aa870205e37e761ab Mon Sep 17 00:00:00 2001 From: Coffee-crocodile <1147347984@qq.com> Date: Wed, 12 Oct 2022 18:21:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(project):=20=E4=BF=AE=E6=94=B9=E4=BA=86?= =?UTF-8?q?=E4=B8=80=E4=BA=9B=E4=BA=8B=E4=BB=B6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/custom/IconSelect/icons.ts | 2 +- src/layouts/components/sider/Logo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/custom/IconSelect/icons.ts b/src/components/custom/IconSelect/icons.ts index 4b84361..50c2291 100644 --- a/src/components/custom/IconSelect/icons.ts +++ b/src/components/custom/IconSelect/icons.ts @@ -1,4 +1,4 @@ -export const icons = [ +export const icons: string[] = [ 'icon-park-outline:ad-product', 'icon-park-outline:all-application', 'icon-park-outline:hamburger-button', diff --git a/src/layouts/components/sider/Logo.vue b/src/layouts/components/sider/Logo.vue index aa8ffe7..8f8e996 100644 --- a/src/layouts/components/sider/Logo.vue +++ b/src/layouts/components/sider/Logo.vue @@ -1,5 +1,5 @@