File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5656
5757 <q-drawer
5858 v-model =" leftDrawerOpen"
59+ show-if-above
5960 bordered
6061 :breakpoint =" 690"
6162 >
@@ -167,7 +168,7 @@ export default {
167168
168169 data () {
169170 return {
170- leftDrawerOpen: this . $q . screen . width > 690 ,
171+ leftDrawerOpen: false ,
171172 search: ' ' ,
172173 message: ' ' ,
173174 currentConversationIndex: 0 ,
Original file line number Diff line number Diff line change 5555
5656 <q-drawer
5757 v-model =" leftDrawerOpen"
58+ show-if-above
5859 bordered
5960 content-class =" bg-grey-2"
6061 :width =" 240"
@@ -149,7 +150,7 @@ export default {
149150
150151 data () {
151152 return {
152- leftDrawerOpen: this . $q . screen . width > 1023 ,
153+ leftDrawerOpen: false ,
153154 search: ' ' ,
154155 links1: [
155156 { icon: ' home' , text: ' Home' },
You can’t perform that action at this time.
0 commit comments