我在此拉取请求中看到:
添加一个
router.reload()
重新加载当前路径并再次调用数据挂钩
但是,当我尝试从Vue组件发出以下命令时:
this.$router.reload()
我收到此错误:
Uncaught TypeError: this.$router.reload is not a function
我在docs中进行了搜索,但未找到任何相关内容。vue / vue-router是否提供某些这样的功能?
我感兴趣的软件版本是:
"vue": "^2.1.0",
"vue-router": "^2.0.3",
PS。我知道这location.reload()
是替代方法之一,但我正在寻找本机Vue选项。
For rerender you can use in parent component