feat: remove vue3 compat mode

This commit is contained in:
Dominik Pschenitschni 2022-05-20 22:26:09 +02:00
parent e1e410b50b
commit 53dc7d12f7
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
6 changed files with 1 additions and 34 deletions

View file

@ -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'