Skip to content

Commit 498d3ed

Browse files
committed
chore: Fix dialog visibility issue in default.vue
1 parent 0933a48 commit 498d3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ q-layout(view="hHh LpR lff" style="margin-top: -1px;")
2020
q-separator
2121
q-page-container
2222
nuxt-page
23-
//- q-dialog(seamless v-model="eventSeamless" position="bottom")
23+
q-dialog(seamless v-model="eventSeamless" position="bottom")
2424
q-card(style="width: 350px")
2525
q-linear-progress(:value="eventSeamlessProgress" color="amber-9")
2626
q-card-section.row.items-center.no-wrap

0 commit comments

Comments
 (0)