扫码关注官方订阅号
使用router-link如何能多次点击重新加载页面,还不像<a>一样刷新页面
<a>
温故而知新,可以为师矣。 博客:www.ouyangke.com
添加 @click.native 监听事件函数,在函数里手动的调用 this.$router.push(url)
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
添加 @click.native 监听事件函数,在函数里手动的调用 this.$router.push(url)