Skip to content

Commit 9c455b2

Browse files
authored
fix: update shims-vue.d.ts (#3990)
1 parent 4957f99 commit 9c455b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
declare module '*.vue' {
22
import { DefineComponent } from 'vue'
3+
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
34
const component: DefineComponent<{}, {}, any>
45
export default component
56
}

0 commit comments

Comments
 (0)