vue-scroll-behavior icon indicating copy to clipboard operation
vue-scroll-behavior copied to clipboard

Customize the scrolling position on route navigation. Especially hash mode.

Results 7 vue-scroll-behavior issues
Sort by recently updated
recently updated
newest added

I'm sometimes getting the error in my console: ``` vue-scroll-behavior.js:formatted:171 Uncaught (in promise) TypeError: e.nextTick is not a function at n (vue-scroll-behavior.js:formatted:171:NaN) at n (vue-scroll-behavior.js:formatted:171:NaN) at vue-scroll-behavior.js:formatted:171:NaN at triggerAfterEach (vue-scroll-behavior.js:formatted:171:NaN)...

The plugin does not distinguish /menu/feed from /menu/messenger and so on. The position from the first route is carried over to all the others `{ path: '/menu/', component: () =>...

我在使用vue-scroll-behavior根据题主里面的方法安装: import vueScrollBehavior from 'vue-scroll-behavior' Vue.use(vueScrollBehavior, { router: router }); 发现我返回时,他依然还是在顶部下来一点点,不会返回到离开的地方;是不是在组件里面还需要定义什么? 我这里的路由里面name设置的是中文,是不是和这个(name)有关系?我这里的name是用来设置title的; { path: '/search', name: "搜索", component: Search }, 我这弄了个图片:麻烦题主有时间的时候帮忙看下 ![-1](https://user-images.githubusercontent.com/30249860/33364386-366d552e-d51f-11e7-8550-8481cbac3d61.jpg)

help wanted

Sorry the library ain't working on my side

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...

feature

该插件在微信pc端浏览器有兼容问题,导致网页无法渲染, Douban: https://jeneser.github.io/douban Simple: https://jeneser.github.io/vue-scroll-behavior 两个demo都是空白

bug

1. Feat: can customize the bind location, including, but not limited to, the overall location of the body and custom commands that are used to mark the location. 2. Fix:...

enhancement
help wanted
wontfix