fix:vscode ts2307

This commit is contained in:
zhang.kaiyu 2022-07-04 10:32:27 +08:00
parent e1c2706714
commit 2796ccb487
1 changed files with 6 additions and 0 deletions

6
env.d.ts vendored
View File

@ -1 +1,7 @@
/// <reference types="vite/client" />
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}