Skip to content

Commit

Permalink
fix: declare vue component type (antfu-collective#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragura authored Jan 24, 2022
1 parent 8c0bb07 commit 19ed8a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shims.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}

0 comments on commit 19ed8a2

Please sign in to comment.