This repository has been archived by the owner on Dec 25, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 431
Cannot read property 'childNodes' of undefined when updating #177
Labels
Comments
I have the same problem whenever I try to use more than one I am using |
Hi !! Can you provide the repro code with jsfiddle or webpackbin or etc please ? |
Close (in-activity) |
Sorry for the inactivity but I'm not able to reproduce in a fiddle since I don't know how to use |
You can fork the jsfiddle template, and add the vue-validator.js at external resouces. |
I have same problem, and made a repro code. using vue-validator@2.0.0 and vue@1.0.20 I noticed:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
We updated vue validator in our project from version
2.0.0.alpha-21
to2.0.0.beta-3
and we are getting this error:Cannot read property 'childNodes' of undefined
.We know there is a problem with
vue-1.0.19
right now but this is not a duplicate since we fixed vue to1.0.16
.Is there any migration guide we need to follow or is it an unknown bug ?
Thank you
The text was updated successfully, but these errors were encountered: