You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is already an option to ignore routes, but in the many cases where you only have one or a few pages that need the persist their scroll, it's often easier to only select these instead of ignoring all the rest.
I suggest a filter kind of option:
Vue.use(vueScrollBehavior, {
filter: [/\/boo/, /\/zoo/], // only apply on these routes,
})
The text was updated successfully, but these errors were encountered:
There is already an option to ignore routes, but in the many cases where you only have one or a few pages that need the persist their scroll, it's often easier to only select these instead of ignoring all the rest.
I suggest a filter kind of option:
The text was updated successfully, but these errors were encountered: