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

    Property, mapped by vuex, not recognised

    Help
    2
    2
    62
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      rowild last edited by

      Hi, fellow quasarians!

      I follow this tutorial by Danny:
      https://www.youtube.com/watch?v=5u8eyTFAY80&list=PLAiDzIdBfy8iu_MZrq3IPuSFcRgCQ0iL0&index=9

      and came to the point, where my editor tells me that a property ‘updateTask’, which is actually mapped via vuex, does not exist:

      Screen Shot 2020-09-16 at 09.51.13.png

      But, in fact, it does.

      What am I misunderstanding here? How can I fix this “error”?
      Thank you!

      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @rowild last edited by 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.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post