Skip to content

Commit

Permalink
fix: update vue-shims for Vue v3.0.1 (#5975)
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Oct 19, 2020
1 parent 5898fcb commit b2755d1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent
const component: DefineComponent<{}, {}, any>
export default component
}

0 comments on commit b2755d1

Please sign in to comment.