v2.0.0
Breaking Changes
store.state.route
is now immutable. Do not attempt to trigger navigations by mutating this object - just call$router.go()
instead.
store.state.route
is now immutable. Do not attempt to trigger navigations by mutating this object - just call $router.go()
instead.