fix: remove some of the typescript warnings
This commit is contained in:
parent
2b302974cc
commit
49955eb03a
12 changed files with 76 additions and 62 deletions
2
src/types/shims-vue.d.ts
vendored
2
src/types/shims-vue.d.ts
vendored
|
|
@ -1,4 +1,6 @@
|
|||
declare module 'vue' {
|
||||
import { CompatVue } from '@vue/runtime-dom'
|
||||
const Vue: CompatVue
|
||||
export default Vue
|
||||
export * from '@vue/runtime-dom'
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue