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
use vue-router 1.x, I can write like this:
this.$router.go({ path: 'upload', append: true, });
but i have try in vue-router 2.x, It seems like can`t work
how can i use 'append' in router.go() ? thanks
The text was updated successfully, but these errors were encountered:
path: this.$route.path + 'upload' maybe?
path: this.$route.path + 'upload'
Sorry, something went wrong.
1e9171f
遇见这个问题了,貌似没人回答
No branches or pull requests
use vue-router 1.x, I can write like this:
but i have try in vue-router 2.x, It seems like can`t work
how can i use 'append' in router.go() ? thanks
The text was updated successfully, but these errors were encountered: