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