Vue, Pinia, VueRouter and await
When data fetching, what is the best way to fetch and then store in Pinia?
use
Or have variables in your store and fetch from a
I would prefer to use just one .vue file if possible, but it seems at the moment, I have to use multiple
like
My reason for usia a pinia store is to sync data across .vue files
I'm trying different combinations but keep breaking my app!
use
await inside your store??Or have variables in your store and fetch from a
composible in a index.vue I would prefer to use just one .vue file if possible, but it seems at the moment, I have to use multiple
like
/tags/my_tag which are done by just making a tagsfolder and puting [my_tag].vuein thereMy reason for usia a pinia store is to sync data across .vue files
I'm trying different combinations but keep breaking my app!
