build: lang="json5" 是默认值,不用写

This commit is contained in:
Burt
2024-01-24 14:08:30 +08:00
parent 855140a1af
commit a95028f608
3 changed files with 6 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
"scope": "vue",
"prefix": "v3",
"body": [
"<route lang=\"json5\" type=\"page\">",
"<route type=\"page\">",
"{",
" style: { navigationBarTitleText: '$1' },",
"}",