Ejemplo n.º 1
0
 router.afterEach(function ({to}) {
   console.log(`成功浏览到: ${to.path}`);
   $.refreshScroller()
 })
Ejemplo n.º 2
0
 router.afterEach(function (transition) {
   // console.log('成功浏览到: ' + transition.to.path)
   $.refreshScroller()
 })