vuex-router-sync icon indicating copy to clipboard operation
vuex-router-sync copied to clipboard

missing matched and redirectedFrom properties

Open qwenger opened this issue 4 years ago • 0 comments

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.

qwenger avatar Jul 24 '21 18:07 qwenger