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. rowild
    3. Topics
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 4
    • Best 0
    • Groups 0

    Topics created by rowild

    • R

      import statements are removed on save
      Help • • rowild

      3
      0
      Votes
      3
      Posts
      46
      Views

      R

      Here is what I observed further:

      it only happens, when a npm script (like “npm run dev”) is running it is not a Vetur setting ( “vetur.completion.autoImport”: false ) rules like /* eslint-disable / import … / eslint-enable */ do not work no changes, when parserOptions: { allowImportExportEverywhere: true } is set

      I do not use Prettier…

      This is incredibly annoying… 😞

    • R

      Property, mapped by vuex, not recognised
      Help • • rowild

      2
      0
      Votes
      2
      Posts
      37
      Views

      dobbel

      @rowild

      Your editor is telling you something does not exists because it is red underlined has nothing(not directly) to do if your code is correct. So what if it is underlined , the question is does your app run or does it give errors?

      As for your code, an important part is missing: the code of your Vuex store.