1- Add vuex-router-sync as a plugin in quasar.conf.js:

2- In plugins folder create a file named : vuex-router-sync
, and add:
import { sync } from 'vuex-router-sync'
export default ({ router, store, Vue }) => {
sync(store, router)
}
3- Check in vue-devtools the Central State:
