因此,例如,您将更新: router.redirect({'/tos':'/terms-of-service'}) 在你的routes配置中定义如下: {path:'/tos',redirect:'/terms-of-service
在这些情况下,您可以确保只评估一次,然后通过向v-once根元素添加指令进行缓存,如下所示: Vue.component('terms-of-service',{template:'\<divv-once