davestewart / vee-element

Replaces Element UI's validation engine with Vee Validate
http://vee-element.netlify.com
MIT License
73 stars 8 forks source link

Fix vee driver double callback issue #61

Open whoisarpit opened 2 years ago

whoisarpit commented 2 years ago

Fix an issue where if rules are specified as '' for any fields, callback will be called twice, thus leading to count related issues at https://github.com/ElemeFE/element/blob/55bac06f0f9e26b820518243f3987cab9699001b/packages/form/src/form.vue#L126