fix: vue3 types

This commit is contained in:
Dominik Pschenitschni 2021-10-07 12:55:59 +02:00
parent 3a7a4bdc42
commit 59401bc1da
Signed by untrusted user: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 2 additions and 2 deletions

View File

@ -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