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. forevereffort
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 7
    • Best 1
    • Groups 0

    forevereffort

    @forevereffort

    1
    Reputation
    1
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    forevereffort Follow

    Best posts made by forevereffort

    • RE: How to fix the tslint of electron-main.dev.js and electron-main.js

      I found this solution : https://github.com/quasarframework/quasar/issues/8422

      posted in Framework
      forevereffort
      forevereffort

    Latest posts made by forevereffort

    • RE: How to fix the tslint of electron-main.dev.js and electron-main.js

      I found this solution : https://github.com/quasarframework/quasar/issues/8422

      posted in Framework
      forevereffort
      forevereffort
    • RE: Fix tslint issue on Quasar component (getting the value from the Vuex Store)

      @dobbel said in Fix tslint issue on Quasar component (getting the value from the Vuex Store):

      @forevereffort

      Here’s an article that might help:
      https://medium.com/swlh/properly-typed-vuex-stores-427bf4c6a3d1

      The repo that gives vuex types:
      https://github.com/mrcrowl/vuex-typex

      Hello @dobbel

      by using vuex-composition-helpers, I fixed the above issues. my working code like the following.

      a.png

      as you see, is this good solution?

      Regards

      posted in Framework
      forevereffort
      forevereffort
    • How to fix the tslint of electron-main.dev.js and electron-main.js

      Hello

      I did run yarn quasar build. but it was failed as the tslint issue of electron-main.dev.js and electron-main.js.

      a.png

      How can I fix these issues?

      Regards

      posted in Framework
      forevereffort
      forevereffort
    • RE: Fix tslint issue on Quasar component (getting the value from the Vuex Store)

      hello @dobbel thanks for your comment. but instead of disabling eslint, if possible, can I define the correct type for root.$store.getters[‘app/filter’]?

      posted in Framework
      forevereffort
      forevereffort
    • At Quasar framework, how to add the chokidar.watch value to Vuex Store?

      I need the file watcher at Quasar framework. the file is able to change. so when the file is changed, I need to create the new file watcher and close the old one. for this process, I am going to define the global file watcher variable and the Vuex Store is good for the global variable. I made my code like the following image.

      Apy4s.png

      but unfortunately my code is working with Warning like the following image.

      OIeqN.png

      I want to fix the following 2 problems.

      fix the my code tslint issue
      fix Vuex Store warn
      

      please help me!!!

      Regards

      posted in Framework
      forevereffort
      forevereffort
    • Fix tslint issue on Quasar component (getting the value from the Vuex Store)

      At Quasar, I am using root.$store.getters to get the values from the Vuex Store. but as Quasar is based on typescript, I got the tslint issue like the following image.

      du5ST.png

      please help me how I fix the above tslint issue.

      Regards

      posted in Framework
      forevereffort
      forevereffort
    • how to use chokidar without tslint issues on TypeScript

      chokidar has many tslint issues on TypeScript like the following image.

      ofJmc.png

      please help me how I can fix the tslint issue

      Regards

      posted in Framework
      forevereffort
      forevereffort