ant-design / ant-design-pro-layout

🌃 Powerful and easy to use beautiful layout
https://prolayout.ant.design/
MIT License
1k stars 238 forks source link

🐛[BUG] layout 属性设置为 top或mix没变化 #589

Open Ben56 opened 4 years ago

Ben56 commented 4 years ago

yarn create @umijs/umi-app 创建一个项目后,使用@umijs/plugin-layout插件,配置 export const config = defineConfig({ layout:{ name: 'Ant Design', layout: 'mix', } });

不启作用