0๐
initOperationData (data, operation) {
this.operationData = JSON.parse(JSON.stringify(data))
this.operation = operation
this.operationDialogVisible = true
this.$nextTick(() => {
this.$refs['operationData'].clearValidate()
})
},
Using clearValidate
Source:stackexchange.com