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

This reverts commit a95028f608.
This commit is contained in:
Burt
2024-01-24 14:13:45 +08:00
parent a95028f608
commit fd402c5b58
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<!-- type=home|page默认为page这里使用 type="home" 申明为首页其他页面不需要设置 -->
<route type="home">
<!-- 使用 type="home" 属性设置首页其他页面不需要设置默认为page推荐使用json5更强大且允许注释 -->
<route lang="json5" type="home">
{
style: {
navigationStyle: 'custom',