We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da39347 commit f5dbdacCopy full SHA for f5dbdac
docs/docs/new-page.zh-CN.md
@@ -51,7 +51,7 @@ export default () => {
51
52
在脚手架中我们通过嵌套路由来实现布局模板。[`routes.ts`](https://github.com/ant-design/ant-design-pro/blob/master/config/routes.ts) 是一个数组,其中第一级数据就是我们的布局,如果你需要新增布局可以再直接增加一个新的一级数据。
53
54
-> layouts 文件时一个约定,layout 都应该放入其中。v5 没有了内置的布局,所以没有这个文件夹,如果你的项目中没有手动创建即可。
+> layouts 文件是一个约定,layout 都应该放入其中。v5 没有了内置的布局,所以没有这个文件夹,如果你的项目中没有手动创建即可。
55
56
```tsx | pure | pure
57
export default [
0 commit comments