kazupon / vue-validator

:white_check_mark: Validator component for Vue.js
MIT License
2.19k stars 431 forks source link

Uncaught TypeError: el.getAttribute is not a function #243

Closed kharysharpe closed 8 years ago

kharysharpe commented 8 years ago

I am using vue-validator and vue directive (with pickadate.js) and when I place the directive within a vue-validator it throws this error

vue-validator.common.js:823 Uncaught TypeError: el.getAttribute is not a function

I have a fiddle that replicates the issue (http://jsfiddle.net/umjqavqn/5/)

kharysharpe commented 8 years ago

Thank you.