diff --git a/easytier-gui/src/vite-env.d.ts b/easytier-gui/src/vite-env.d.ts index fc81239..1326e2a 100644 --- a/easytier-gui/src/vite-env.d.ts +++ b/easytier-gui/src/vite-env.d.ts @@ -1,7 +1,8 @@ /// -declare module "*.vue" { - import type { DefineComponent } from "vue"; - const component: DefineComponent<{}, {}, any>; - export default component; +declare module '*.vue' { + import type { DefineComponent } from 'vue' + + const component: DefineComponent + export default component }