If you set the helper like this StateHelper.vueRouter(router, helper); in your root component and you refresh the browser you will be redirected to your initial state defined.
With this patch the current route is set to the helper to allow users refresh the page and preserve their state.
If you set the helper like this
StateHelper.vueRouter(router, helper);
in your root component and you refresh the browser you will be redirected to your initial state defined.With this patch the current route is set to the helper to allow users refresh the page and preserve their state.