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. vue quasar
    Log in to post
    • K

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

      2
      0
      Votes
      2
      Posts
      1070
      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
    • forevereffort

      At Quasar framework, how to add the chokidar.watch value to Vuex Store?
      Framework • typescript vue quasar vuex • • forevereffort

      2
      0
      Votes
      2
      Posts
      229
      Views

      dobbel

      @forevereffort

      You’re changing state outside of a mutation. Where that happens is unclear from the warning logs. You’ll have to investigate that yourself more.

      maybe:

      state.fileWatcher.close()
    • forevereffort

      Fix tslint issue on Quasar component (getting the value from the Vuex Store)
      Framework • typescript vue quasar vuex • • forevereffort

      6
      0
      Votes
      6
      Posts
      334
      Views

      dobbel

      @forevereffort

      Sure if it works and you have types now.

    • forevereffort

      how to use chokidar without tslint issues on TypeScript
      Framework • nodejs typescript vue quasar • • forevereffort

      2
      0
      Votes
      2
      Posts
      141
      Views

      dobbel

      @forevereffort

      You could take a look at this:
      https://github.com/poppinss/chokidar-ts

    • S

      $v veulidate not work
      Help • veulidate vue quasar • • smajid14

      2
      0
      Votes
      2
      Posts
      1027
      Views

      dobbel

      @smajid14

      this is my boot file

      import Vuelidate from 'vuelidate' export default ({ Vue }) => { Vue.use(Vuelidate) }

      see:
      https://medium.com/@email_47764/quasar-form-validation-with-vuelidate-b3aeb3d27fc2