feat(vue): enabled hybrid mode to avoid 2 typwscript server running at

same time
This commit is contained in:
Ray Guo 2024-07-05 21:19:30 +10:00
parent aed81c570b
commit 412e0b38a2

View file

@ -22,7 +22,7 @@ return {
volar = { volar = {
init_options = { init_options = {
vue = { vue = {
hybridMode = false, hybridMode = true,
}, },
}, },
}, },