翻转新样式
This commit is contained in:
@@ -44,7 +44,6 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
this.isVertical = ![90, -90].includes(window.orientation)
|
this.isVertical = ![90, -90].includes(window.orientation)
|
||||||
window.onresize = () => {
|
window.onresize = () => {
|
||||||
this.isVertical = ![90, -90].includes(window.orientation)
|
|
||||||
location.reload()
|
location.reload()
|
||||||
}
|
}
|
||||||
this.initDrawer()
|
this.initDrawer()
|
||||||
|
|||||||
Reference in New Issue
Block a user