1
0

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
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
},
}