1
0

fix: remove some of the typescript warnings

This commit is contained in:
Dominik Pschenitschni
2022-01-05 11:05:44 +01:00
parent 2b302974cc
commit 49955eb03a
12 changed files with 76 additions and 62 deletions

View File

@ -1,4 +1,6 @@
declare module 'vue' {
import { CompatVue } from '@vue/runtime-dom'
const Vue: CompatVue
export default Vue
export * from '@vue/runtime-dom'
}