update List

This commit is contained in:
梁灏 2019-06-08 14:41:51 +08:00
parent bc56534b90
commit fb7f36f91b
4 changed files with 81 additions and 5 deletions

View file

@ -16,7 +16,7 @@
export default {
name: 'List',
props: {
bordered: {
border: {
type: Boolean,
default: false
},
@ -70,7 +70,7 @@
`${prefixCls}-${this.size}`,
`${prefixCls}-${this.itemLayout}`,
{
[`${prefixCls}-bordered`]: this.bordered,
[`${prefixCls}-bordered`]: this.border,
[`${prefixCls}-split`]: this.split
}
];