Argument of type 'ValidateFun | undefined' is not assignable to parameter of type 'ValidateFun'.
Type 'undefined' is not assignable to type 'ValidateFun'.Vetur(2345)
老师,我直接往数组放布尔值内容报的错,就是我定义了数组的数据类型是boolean,直接往数组放值就报错。数组的数据类型改成any,就可以了,不知道为什么
Argument of type 'boolean' is not assignable to parameter of type 'ValidateFun'.Vetur(2345)