quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.28k stars 3.43k forks source link

Docs: Update in routing.md to show an example with Pinia #17143

Closed martintaleski closed 2 weeks ago

martintaleski commented 2 weeks ago

The documentation for this page shows an example with Vuex, which is deprecated. I am pretty new to both Vue and Quasar and spend a good hour trying to understand how to access the store data, before I found the solution here:

https://github.com/quasarframework/quasar/discussions/15468#discussioncomment-5075863

What kind of change does this PR introduce?

Does this PR introduce a breaking change?

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

Other information:

rstoenescu commented 2 weeks ago

Thanks for contributing!