Skip to content

Commit c84f576

Browse files
committed
feat(docs): Update layout gallery
1 parent 899753a commit c84f576

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/src/layouts/gallery/whatsapp.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
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,

docs/src/layouts/gallery/youtube.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
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' },

0 commit comments

Comments
 (0)