fix: vue3 types
This commit is contained in:
parent
3a7a4bdc42
commit
59401bc1da
1 changed files with 2 additions and 2 deletions
4
src/types/shims-vue.d.ts
vendored
4
src/types/shims-vue.d.ts
vendored
|
@ -1,6 +1,6 @@
|
|||
declare module '*.vue' {
|
||||
import Vue from 'vue'
|
||||
declare module 'vue' {
|
||||
export default Vue
|
||||
export * from '@vue/runtime-dom'
|
||||
}
|
||||
|
||||
// https://next.vuex.vuejs.org/guide/migrating-to-4-0-from-3-x.html#typescript-support
|
||||
|
|
Loading…
Reference in a new issue