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