Property, mapped by vuex, not recognised
-
Hi, fellow quasarians!
I follow this tutorial by Danny:
https://www.youtube.com/watch?v=5u8eyTFAY80&list=PLAiDzIdBfy8iu_MZrq3IPuSFcRgCQ0iL0&index=9and came to the point, where my editor tells me that a property ‘updateTask’, which is actually mapped via vuex, does not exist:
But, in fact, it does.
What am I misunderstanding here? How can I fix this “error”?
Thank you! -
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.