feat: remove vue3 compat mode
This commit is contained in:
parent
e1e410b50b
commit
53dc7d12f7
6 changed files with 1 additions and 34 deletions
10
src/types/shims-vue.d.ts
vendored
10
src/types/shims-vue.d.ts
vendored
|
|
@ -1,13 +1,3 @@
|
|||
declare module 'vue' {
|
||||
import { CompatVue } from 'vue'
|
||||
const Vue: CompatVue
|
||||
export default Vue
|
||||
export * from 'vue'
|
||||
|
||||
const { configureCompat } = Vue
|
||||
export { configureCompat }
|
||||
}
|
||||
|
||||
// https://next.vuex.vuejs.org/guide/migrating-to-4-0-from-3-x.html#typescript-support
|
||||
import { ComponentCustomProperties } from 'vue'
|
||||
import { Store } from 'vuex'
|
||||
|
|
|
|||
Reference in a new issue