Skip to content

Commit 3b7f513

Browse files
committed
refactor(form): opti comment
1 parent 15226b6 commit 3b7f513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form/form.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
dispatchEvent(this.$refs.form, 'reset')
125125
},
126126
submitHandler(e) {
127-
// sync all fields value because trigger: blur
127+
// sync all fields value because of trigger: blur or debounce
128128
this.syncValidatorValues()
129129
if (this.skipValidate) {
130130
this.$emit(EVENT_SUBMIT, e, this.model)

0 commit comments

Comments
 (0)