kazupon / vue-validator

:white_check_mark: Validator component for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use vue-validator(^3.0.0-alpha.1) with vue.js(^2.0.1)

6km46793 opened this issue · comments

commented

When i use vue-validator in .vue files, I got a wern, detail message:
image
My code:
image

Think you

As per 3.x documentation you should use: validity

e.g.
<validity field="field" :validators="rules" ref="field"></validity>

commented

Thank you. 💯
image

where is 3.0 docs?