小屏幕默认收起侧边栏
parent
25322e0bb0
commit
debd824a69
|
@ -100,6 +100,11 @@
|
||||||
}
|
}
|
||||||
this.fullscreen = !this.fullscreen;
|
this.fullscreen = !this.fullscreen;
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
mounted(){
|
||||||
|
if(document.body.clientWidth < 1500){
|
||||||
|
this.collapseChage();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue