feat: pages-sub README.md
This commit is contained in:
@@ -52,7 +52,7 @@ export default ({ command, mode }) => {
|
||||
exclude: ['**/components/**/**.*'],
|
||||
routeBlockLang: 'json5', // 虽然设了默认值,但是vue文件还是要加上 lang="json5", 这样才能很好地格式化
|
||||
homePage: 'pages/index/index',
|
||||
subPackages: ['src/pages-sub'], // 这是个数组,可以写多个
|
||||
subPackages: ['src/pages-sub'], // 是个数组,可以配置多个
|
||||
}),
|
||||
UniLayouts(),
|
||||
UniPlatform(),
|
||||
|
||||
Reference in New Issue
Block a user