Skip to content

Commit

Permalink
fix: update shims-vue.d.ts (vitejs#3990)
Browse files Browse the repository at this point in the history
  • Loading branch information
falstack authored and aleclarson committed Nov 8, 2021
1 parent d3c1b74 commit 63d6573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-app/template-vue-ts/src/shims-vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
declare module '*.vue' {
import { DefineComponent } from 'vue'
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
const component: DefineComponent<{}, {}, any>
export default component
}

0 comments on commit 63d6573

Please sign in to comment.