0

我正在尝试让文档提供的 Vuelidate 自定义验证器与我的 Vutify 一起使用

这是文档中的代码行

const mustBeCool = (value) => value.indexOf('cool') >= 0

当我将它添加到我的验证器时,它似乎不起作用

name: { required, minLength: minLength(4), mustBeCool }

这是 CodePen

https://codepen.io/jamiebrs/pen/OKjXev?editors=1010

我错过了什么?

4

0 回答 0