HTMLMarkdownImage <a href='https://gitee.com/mycssweb/vue-simple-verify/stargazers'><img src='https://gitee.com/mycssweb/vue-simple-verify/badge/star.svg?theme=dark' alt='star'></img></a> HTMLMarkdownImage <a
newVue({el:"#app",data:{name:null,age:0},created:function(){//Vue.prototype.$verify(rules)this.$verify({name:{required:true,maxLength:16},age:{min:15,max:80}})}}) template code <templatev-if="verify.name.$dirty">name reqiuredplease enter no more than 16 characters</template><...
a simple Vue auth verify plugin. Contribute to vv13/vue-authplugin development by creating an account on GitHub.
newVue({el:"#app",data:{name:null,age:0},created:function(){//Vue.prototype.$verify(rules)this.$verify({name:{required:true,maxLength:16},age:{min:15,max:80}})}}) template code <templatev-if="verify.name.$dirty">name reqiuredplease enter no more than 16 characters</template><...