remove className props
This commit is contained in:
parent
f724eb5797
commit
1012b5cdaa
5 changed files with 3 additions and 42 deletions
|
@ -6,12 +6,6 @@
|
|||
|
||||
export default {
|
||||
name: 'Layout',
|
||||
props: {
|
||||
className: {
|
||||
type: String,
|
||||
default: ''
|
||||
}
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
prefixCls: prefixCls,
|
||||
|
@ -22,7 +16,6 @@
|
|||
wrapClasses () {
|
||||
return [
|
||||
`${prefixCls}`,
|
||||
this.className,
|
||||
{
|
||||
[`${prefixCls}-has-sider`]: this.hasSider
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue