Skip to content

Commit f5dbdac

Browse files
authored
Update new-page.zh-CN.md (#650)
1 parent da39347 commit f5dbdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/new-page.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default () => {
5151

5252
在脚手架中我们通过嵌套路由来实现布局模板。[`routes.ts`](https://github.com/ant-design/ant-design-pro/blob/master/config/routes.ts) 是一个数组,其中第一级数据就是我们的布局,如果你需要新增布局可以再直接增加一个新的一级数据。
5353

54-
> layouts 文件时一个约定,layout 都应该放入其中。v5 没有了内置的布局,所以没有这个文件夹,如果你的项目中没有手动创建即可。
54+
> layouts 文件是一个约定,layout 都应该放入其中。v5 没有了内置的布局,所以没有这个文件夹,如果你的项目中没有手动创建即可。
5555
5656
```tsx | pure | pure
5757
export default [

0 commit comments

Comments
 (0)