Skip to content

Commit

Permalink
Fix typo (#4267)
Browse files Browse the repository at this point in the history
问题:config配置中layout 配置字典以分号作为分割符
解决:将分号改为逗号,已修复。
  • Loading branch information
SIvaCoHan committed Mar 25, 2020
1 parent 3895626 commit 8203a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugins/plugin-layout.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import { defineConfig } from 'umi';

export const config = defineConfig({
layout:{
name: 'Ant Design';
locale: true;
name: 'Ant Design',
locale: true,
}
});
```
Expand Down

0 comments on commit 8203a91

Please sign in to comment.