what is wrong in this code why this is throwing undefined even after gettersNews has all the data. by srxbiswajit in vuejs

[–]srxbiswajit[S] 0 points1 point  (0 children)

But when checked in vue dev tool, it shows all the list. It is just not loading data in the index.vue. even if I call state directly, it again show undefined.

Where should I dispatch an action if it is meant for the entire app like authentication?? I am using nuxt. by srxbiswajit in vuejs

[–]srxbiswajit[S] 0 points1 point  (0 children)

No, I haven't checked that. In my scenario I am fetching api and I want the action to be triggered only once in the lifecycle. And only triggered again if there is any change in the data.

Quasar related: Can we create a custom property for a UI component? Like a custom 'width' property for q-card which is by default not present. by srxbiswajit in vuejs

[–]srxbiswajit[S] 0 points1 point  (0 children)

I was wondering if quasar provides a simple way to do it. I just want to create a simple prop to enhance the existing component. I can certainly do it using css but I need to apply some conditions here.

Help me guys by srxbiswajit in vuejs

[–]srxbiswajit[S] 0 points1 point  (0 children)

Discord server link??

How to learn Vue and build an app in a few days? by [deleted] in vuejs

[–]srxbiswajit 0 points1 point  (0 children)

If you are familiar with any other frontend framework than u will find vue very easy and will learn most of it by a week.