0👍
I’m not sure i understand your question correctly, but i think you’re asking how to path parameters in vue and inject them into an axios post.
You can read about dynamic path parameters here. You define their key in your router file and can get them from your component using this.$route.key
.
Source:stackexchange.com