remove prefixcls in data of layout
This commit is contained in:
parent
affc010b3b
commit
fb4427cf1d
4 changed files with 0 additions and 16 deletions
|
@ -5,11 +5,6 @@
|
|||
const prefixCls = 'ivu-layout';
|
||||
export default {
|
||||
name: 'Content',
|
||||
data () {
|
||||
return {
|
||||
prefixCls: prefixCls
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
wrapClasses () {
|
||||
return `${prefixCls}-content`;
|
||||
|
|
|
@ -5,11 +5,6 @@
|
|||
const prefixCls = 'ivu-layout';
|
||||
export default {
|
||||
name: 'Footer',
|
||||
data () {
|
||||
return {
|
||||
prefixCls: prefixCls
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
wrapClasses () {
|
||||
return `${prefixCls}-footer`;
|
||||
|
|
|
@ -5,11 +5,6 @@
|
|||
const prefixCls = 'ivu-layout';
|
||||
export default {
|
||||
name: 'Header',
|
||||
data () {
|
||||
return {
|
||||
prefixCls: prefixCls
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
wrapClasses () {
|
||||
return `${prefixCls}-header`;
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
name: 'Layout',
|
||||
data () {
|
||||
return {
|
||||
prefixCls: prefixCls,
|
||||
hasSider: false
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue