Skip to content

Commit 8203a91

Browse files
authored
Fix typo (umijs#4267)
问题:config配置中layout 配置字典以分号作为分割符 解决:将分号改为逗号,已修复。
1 parent 3895626 commit 8203a91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/plugins/plugin-layout.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import { defineConfig } from 'umi';
2626

2727
export const config = defineConfig({
2828
layout:{
29-
name: 'Ant Design';
30-
locale: true;
29+
name: 'Ant Design',
30+
locale: true,
3131
}
3232
});
3333
```

0 commit comments

Comments
 (0)