From 3fea0e29b4f33fe4efe67062b47c64a323a42989 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期三, 25 十月 2023 19:16:36 +0800 Subject: [PATCH] chore: 调整 README --- 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