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
在移动端里,如果 params 值包含中文,调用 router.go 后,虽然地址变了,但是组件并未切换,且地址中的参数也很奇怪。
测试 iOS 9.2 Safari、Android 中的微信 WebView 有这问题。 桌面浏览器、MX4 Android 5.1 自带浏览器无此问题。
this.$router.go({ params: { keyword: "如果包含中文就挂了" } });
https://jsfiddle.net/st9emuzj/6/
https://fiddle.jshell.net/st9emuzj/6/show/light/
The text was updated successfully, but these errors were encountered:
340697a
No branches or pull requests
在移动端里,如果 params 值包含中文,调用 router.go 后,虽然地址变了,但是组件并未切换,且地址中的参数也很奇怪。
测试 iOS 9.2 Safari、Android 中的微信 WebView 有这问题。
桌面浏览器、MX4 Android 5.1 自带浏览器无此问题。
https://jsfiddle.net/st9emuzj/6/
https://fiddle.jshell.net/st9emuzj/6/show/light/
The text was updated successfully, but these errors were encountered: