fix: the failure of breadcrumb animation (#4073)

This commit is contained in:
Vben
2024-08-07 22:01:45 +08:00
committed by GitHub
parent 1d38fb647e
commit a27b1c40e5
8 changed files with 9 additions and 21 deletions

View File

@@ -189,5 +189,7 @@
},
"commentTranslate.hover.enabled": false,
"i18n-ally.keystyle": "nested",
"commentTranslate.multiLineMerge": true
"commentTranslate.multiLineMerge": true,
"vue.server.hybridMode": true,
"typescript.tsdk": "node_modules/typescript/lib"
}