Open shahabgohar opened 4 years ago
Hey, It looks like you have a typo error in this code snippet `
<label class="control-label">password</label><i class="bar"></i>
<strong v-if="validation.hasError('password')">{{validation.firstError('password')}}</strong>
</div>`
In the first line
<div v-bind:class="{'material-form-group':true,'has-error':validaton.hasError('password')}">
just change where is typed validaton to validation!
I have strange error while using this package. It works fine in one component but when i use it another component it gives this error
import SimpleVueValidation from 'simple-vue-validator'; Vue.use(SimpleVueValidation);