Skip to content

Commit

Permalink
fix: update shims-vue.d.ts (#3990)
Browse files Browse the repository at this point in the history
  • Loading branch information
falstack committed Jul 10, 2021
1 parent 4957f99 commit 9c455b2
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 9c455b2

Please sign in to comment.