No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Tags
    3. vuejs3
    Log in to post
    • K

      Dialog not apper using v-show
      Help • quasar vue quasar vuejs3 • • kaizoku2508

      2
      0
      Votes
      2
      Posts
      1257
      Views

      dobbel

      @kaizoku2508

      Use the v-model to show the dialog like this:

      <q-dialog v-model="showDialog" ... showDialog = true // set to true will show dialog
    • F

      Quasar initialization in vue app
      Framework • creation error quasar vuejs3 • • fdlprod

      2
      0
      Votes
      2
      Posts
      742
      Views

      beets

      @fdlprod Quasar isn’t Vue 3 compatible yet, watch here for updates: https://github.com/quasarframework/quasar/issues/7836