feat: some vue3 package improvements

- add codemirror as direct dependency
- remove @vue/runtime-dom (was needed for volar with vue2)
- remove setting for using volar with vue2
This commit is contained in:
Dominik Pschenitschni 2021-10-11 18:49:44 +02:00
parent 5cfb99bfc2
commit d1b61a1489
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
3 changed files with 11 additions and 40 deletions

View file

@ -40,9 +40,4 @@
"tests/**/*.ts",
"tests/**/*.tsx"
],
// https://github.com/johnsoncodehk/volar#using
"vueCompilerOptions": {
"experimentalCompatMode": 2
},
}