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:
parent
5cfb99bfc2
commit
d1b61a1489
3 changed files with 11 additions and 40 deletions
|
|
@ -40,9 +40,4 @@
|
|||
"tests/**/*.ts",
|
||||
"tests/**/*.tsx"
|
||||
],
|
||||
|
||||
// https://github.com/johnsoncodehk/volar#using
|
||||
"vueCompilerOptions": {
|
||||
"experimentalCompatMode": 2
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue