fix: vue3 types
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Dominik Pschenitschni 2021-10-07 12:55:59 +02:00
parent 3a7a4bdc42
commit 59401bc1da
Signed by: dpschen
GPG Key ID: B257AC0149F43A77

View File

@ -1,6 +1,6 @@
declare module '*.vue' { declare module 'vue' {
import Vue from 'vue'
export default 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 // https://next.vuex.vuejs.org/guide/migrating-to-4-0-from-3-x.html#typescript-support