vuex-router-sync
vuex-router-sync copied to clipboard
missing matched and redirectedFrom properties
Hi,
Thank you very much for this package.
According to vue-router's documentation (https://router.vuejs.org/api/#route-object-properties), route objects contain matched and (in some cases) redirectedFrom properties. These are missing from vuex-router-sync's state.
For the time being I'll use currentRoute from my global router object, but that defies the purpose of vuex-router-sync.