You can just set the drawer value to true or false in data by comparing screen width. Example - drawer: this.$q.screen.width < 1023?false:true,.
確定! 回上一頁