你说的是Vue吧如果是 `// 自定义验证函数 propVal: { validator: function (value) { return value > 10 } }` 这个value就是propVal
你说的是Vue吧
如果是 `// 自定义验证函数