mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-27 23:41:22 -05:00
fix: update vue-shims for Vue v3.0.1 (#5975)
This commit is contained in:
committed by
Haoqun Jiang
parent
49db9c458f
commit
29c9fc6c15
+1
-1
@@ -1,5 +1,5 @@
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from 'vue'
|
||||
const component: DefineComponent
|
||||
const component: DefineComponent<{}, {}, any>
|
||||
export default component
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user