-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
我在使用vue-scroll-behavior根据题主里面的方法安装:
import vueScrollBehavior from 'vue-scroll-behavior'
Vue.use(vueScrollBehavior, { router: router });
发现我返回时,他依然还是在顶部下来一点点,不会返回到离开的地方;是不是在组件里面还需要定义什么?
我这里的路由里面name设置的是中文,是不是和这个(name)有关系?我这里的name是用来设置title的;
{
path: '/search',
name: "搜索",
component: Search
},
Reactions are currently unavailable
