We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在tab左右滑的场景下,希望滑动后只更新url,还保持当前状态。
目前会使用新的组件替换当前组件
感谢
The text was updated successfully, but these errors were encountered:
<div><router-link :to="{name:'Detail',params:{id:3}, query:$route.query}" :replace="true">3 replace</router-link></div>
暂时找到解决办法 replace 的时候把 VNK 也带上,不知道有没有问题
Sorry, something went wrong.
No branches or pull requests
在tab左右滑的场景下,希望滑动后只更新url,还保持当前状态。
目前会使用新的组件替换当前组件
感谢
The text was updated successfully, but these errors were encountered: