Closed aboutZZ closed 1 year ago
对于 json 来说,这样才是是合法的, 空是合法的 yml 吗?
<route type="home" lang="json">
{}
</route>
这边建议始终使用 json ,因为可以通过 volar-service-uni-pages 为 <route>
块 提供 IntelliSense
我这边建议content
设个默认值:空的record,函数不要返回undefined
https://github.com/uni-helper/vite-plugin-uni-pages/blob/47e3483750e84fe40c98d64555687c930e37e583/packages/core/src/customBlock.ts#L71-L75
当然,如果您认为空route块不合法,那么您可以关闭本issue了
我这边建议
content
设个默认值:空的record,函数不要返回undefined
当然,如果您认为空route块不合法,那么您可以关闭本issue了
因为之前是参考 vite-plugin-pages,不存在 content 为空且需要 route block 的情况,小程序端需要 route block 上面的一些属性,现在已经被修复。
描述问题
在首页
splash.vue
文件中加入route
块,设置type="home"
指定为首页项目运行后,首页不是
splash
页面,而是默认值pages/index/index
如果往route
块中随便写点内容,则配置就生效了:pages/index/splash
复现
在首页
splash.vue
文件中加入空的route
块系统信息
使用的包管理器
pnpm
核对