[Solved] TYPEERROR: CANNOT READ PROPERTY ‘REDUCE‘ OF UNDEFINED

The from form is used to write the mobile terminal page using the vant framework, but the error is reported in the from verification

Solution:

Each field of the form must have the :Rules attribute, otherwise the above error will be reported.

That is, add the :Rules validation attribute to each van field form item, even if the current form item does not perform any validation

Read More: