[Vuejs]-Dialog not apper using v-show

0👍

q-dialog needs to know it should be shown.

There are examples of how to use that component here.
https://quasar.dev/vue-components/dialog

<q-dialog v-model="isShownWhenThisIsTrue">

Leave a comment