From 5ef84994de1ed7bb10cbae77704b08499f1bfefa Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Mon, 12 Jun 2023 02:40:37 +0800 Subject: [PATCH] fix: comment out unused env preventing local starting server on localhost accessing failure --- env.d.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/env.d.ts b/env.d.ts index 9d136fad..aa931065 100644 --- a/env.d.ts +++ b/env.d.ts @@ -1,7 +1,7 @@ -/// +// /// -declare module '*.vue' { - import { DefineComponent } from 'vue' - const component: DefineComponent<{}, {}, any> - export default component -} +// declare module '*.vue' { +// import { DefineComponent } from 'vue' +// const component: DefineComponent<{}, {}, any> +// export default component +// }