From 666576fefa2371a44b7e84e444e74eed15563039 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期三, 25 十月 2023 18:03:43 +0800 Subject: [PATCH] chore: 配置组件库/图标库/axios --- env.d.ts | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/env.d.ts b/env.d.ts index 11f02fe..b3f1432 100644 --- a/env.d.ts +++ b/env.d.ts @@ -1 +1,7 @@ /// <reference types="vite/client" /> +/// <reference types="unplugin-icons/types/vue" /> +declare module '~icons/*' { + import { FunctionalComponent, SVGAttributes } from 'vue' + const component: FunctionalComponent<SVGAttributes> + export default component +} -- Gitblit v1.8.0