Skip to content

Commit

Permalink
chore(form): reomve log
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Mar 11, 2024
1 parent ca94cef commit f342d55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/packages/__VUE/form/form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ const validate = (customProp = '') => {
return new Promise((resolve, reject) => {
try {
const task = getTaskFromChildren();
console.log('task', task);
const errors = task.map((item) => {
if (customProp && customProp !== item.prop) {
Expand Down

0 comments on commit f342d55

Please sign in to comment.