lolosia-web/typings/shims-vue.d.ts
2023-02-02 16:07:38 +08:00

7 lines
187 B
TypeScript

/*fix the import warning issue of vue file*/
declare module '*.vue' {
import { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}