HTMLMarkdownImage HTMLMarkdownImage
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.