vue-router 不重新加载问题

时间:2023-03-09 20:37:05
vue-router 不重新加载问题

-----------------------同一个路由不同的参数页面不重新加载的解决版本----------

  

// 监听 route

,
watch: {
'$route': 'getContent'
} // 调用 getContent 方法加载数据

相关文章