fix: remove some of the typescript warnings
This commit is contained in:
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 New Issue
Block a user