You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.
I try to use the custom validator with vue-loader structure.
I have no idea how to get this $validation-signup.username.mobile value.
Any one have the demo, and thanks very very much.:)
mobile.vue just show the key code:
<template><form><inputclass="phone_username"v-validate:username="['mobile']"><spanclass="text-danger"v-show="$validation-signup.username.mobile">* Need correct mobile number! </span></form></template>
You should be specified validator element directive in template of mobile.vue 😸
<template><validatorname="validation"><form><inputclass="phone_username" v-validate:username="['mobile']"><spanclass="text-danger" v-show="$validation.username.mobile">* Need correct mobile number! </span></form></validator></template>
I try to use the custom validator with vue-loader structure.
I have no idea how to get this $validation-signup.username.mobile value.
Any one have the demo, and thanks very very much.:)
mobile.vue just show the key code:
mobile.js just show the key code:
The text was updated successfully, but these errors were encountered: