Skip to content

Commit b2755d1

Browse files
authored
fix: update vue-shims for Vue v3.0.1 (#5975)
1 parent 5898fcb commit b2755d1

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-plugin-typescript/generator/template-vue3/src

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
declare module '*.vue' {
22
import type { DefineComponent } from 'vue'
3-
const component: DefineComponent
3+
const component: DefineComponent<{}, {}, any>
44
export default component
55
}

0 commit comments

Comments
 (0)