remove prefixcls in data of layout

This commit is contained in:
zhigang.li 2017-12-19 11:48:46 +08:00
parent affc010b3b
commit fb4427cf1d
4 changed files with 0 additions and 16 deletions

View file

@ -8,7 +8,6 @@
name: 'Layout',
data () {
return {
prefixCls: prefixCls,
hasSider: false
};
},