We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4957f99 commit 9c455b2Copy full SHA for 9c455b2
packages/create-app/template-vue-ts/src/shims-vue.d.ts
@@ -1,5 +1,6 @@
1
declare module '*.vue' {
2
import { DefineComponent } from 'vue'
3
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
4
const component: DefineComponent<{}, {}, any>
5
export default component
6
}
0 commit comments