0👍
Have you tried to bind the input value using v-model? ( v-model=”somevariable” )
Bind the value to a variable, then pass the variable on the @click event
- [Vuejs]-Post form data to php script using axios
- [Vuejs]-Vue component is not getting re-rendered/refreshed
Source:stackexchange.com