0👍
form.reset()
does not work when using v-model.
Reset the reactive data instead.
reset() {
this.question.question.type = ""
...
...
}
- [Vuejs]-Combobox in vuetify does not work like input
- [Vuejs]-VueJS – nested accordion based on JSON response
Source:stackexchange.com