update
This commit is contained in:
parent
a2eb028782
commit
f724eb5797
2 changed files with 43 additions and 45 deletions
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div :class="wrapClasses"><slot></slot></div>
|
<div :class="wrapClasses"><slot></slot></div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
const prefixCls = 'ivu-layout';
|
const prefixCls = 'ivu-layout';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
@ -40,4 +40,4 @@
|
||||||
this.hasSider = this.findSider();
|
this.hasSider = this.findSider();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
|
@ -29,10 +29,8 @@
|
||||||
return {
|
return {
|
||||||
media: mediaQuery,
|
media: mediaQuery,
|
||||||
matches: false,
|
matches: false,
|
||||||
on() {
|
on() {},
|
||||||
},
|
off() {},
|
||||||
off() {
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
window.matchMedia = window.matchMedia || matchMediaPolyfill;
|
window.matchMedia = window.matchMedia || matchMediaPolyfill;
|
||||||
|
|
Loading…
Add table
Reference in a new issue