how to pass multiple parameters in url when using vuejs how to pass multiple parameters in url when using vuejs vue.js vue.js

how to pass multiple parameters in url when using vuejs


Your get request should be

this.$http.get('/api/game/'+this.$route.params.name + '/' + this.$route.params.token)

You forgot the '/'