add query parameter of some url to every url of the site in vue js project
0
If there is a query parameter in some url, for example, some.url?inviteId=123. Then user jump to any other link of the same site, the parameter of invitedId attaches to the other url link. How to do this?
vue.js vuejs2 vue-router
share | improve this question
asked Nov 21 at 2:16
soarinblue
437 5 12
add a comment |
0