fix error
This commit is contained in:
parent
ab5bc54f6a
commit
630a8f842b
1 changed files with 1 additions and 6 deletions
7
src/shims-vue.d.ts
vendored
7
src/shims-vue.d.ts
vendored
|
|
@ -1,6 +1 @@
|
|||
/* eslint-disable */
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from 'vue'
|
||||
const component: DefineComponent<{}, {}, any>
|
||||
export default component
|
||||
}
|
||||
declare module '*.vue';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue