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,9 +1,4 @@
import {createApp, configureCompat} from 'vue'
// default everything to Vue 3 behavior
configureCompat({
MODE: 3,
})
import {createApp} from 'vue'
import App from './App.vue'
import router from './router'