跳转路由时,要求跳转到指定路由的某个地方,可以使用scrollBehavior方法控制. 用法: scrollBehavior(to,from,savedPosition){ } scrollBehavior方法可以返回x,y 坐标点,也可以返回指定的选择器 例子: import Vue from 'vue' import Router from 'vue-router' import Home from '../../view/Home.vue' import Test from '../…
在配合require.js使用vue路由的时候,遇到了路由组件报错: “vue.js:597 [Vue warn]: Unknown custom element: <router-link> - did you register the component correctly? For recursive components, make sure to provide the "name" option.” vue.js的功能是好的,vue-route.js没有起作用,…