Reset Vuetify form validation
问题 I have trouble resetting vuetify validation in v-dialog. This codepen is the simplified version of what I have. https://codepen.io/yuukive/pen/BVqpEZ With the code above, if I do (Open dialog --> press SAVE button --> (validation fails) --> press CLOSE button --> open dialog again), it is already validated when I open the dialog again... Is it possible to reset validation before a user opens it the 2nd time? new Vue({ el: '#app', data: () => ({ dialog: false, emailRules: [v => !!v || 'Name is