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 am trying to get validation component like in example provided above, but as you can see, in mounted state it is undefined and it's only ready when I change something in one of the fields.
What is actually happening?
validation component is undefined when accessing it inside mounted hook.
Not sure if bug or feature, but would appreciate your clarification on this one :) Thanks.
The text was updated successfully, but these errors were encountered:
vue & vue-validator version
[email protected], [email protected]
Reproduction Link
https://jsfiddle.net/u0phhxLa/
What is Expected?
I am trying to get validation component like in example provided above, but as you can see, in
mounted
state it is undefined and it's only ready when I change something in one of the fields.What is actually happening?
validation
component is undefined when accessing it inside mounted hook.Not sure if bug or feature, but would appreciate your clarification on this one :) Thanks.
The text was updated successfully, but these errors were encountered: