Answer the question
In order to leave comments, you need to log in
Why doesn't this.$refs.form.reset() work the second time around?
<v-form lazy-validation v-model="valid" ref="form">
...
</ v-form>
methods: {
..
close() {
this.$refs.form.reset()
this.$emit('close')
},
..
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question