<template>
<a-layout>
<a-layout-sider width="200" style="background: #fff...">
<a-layout-content
:style="{ background: '#fff', padding: '24px', margin: 0, minHeight: '280px' }"
>
Content
</a-layout-content>
</a-layout>
</template>
这个代码是复制的版本源码,代码应该不会出错,然后是ant的版本
"dependencies": {
"ant-design-vue": "^2.0.0-rc.3",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"