Open karaoak opened 7 years ago
Thank you for your filling!
It's exactly as you said, vue-validator is using Vue.util
.
The most problematic one to be resolveAsset
of Vue.util
.
To achieve this same thing, maybe, it will take time.
Also, I'm sorry indeed, I might not be able to promise official release.
If you want to use the other validation library, I recommend vuelidate. This library is model based and already many users using it, and it's superior than vue-validator in some ways.
Thank you for taking time for vue-validator. :bow:
Hi Kazuya,
Thanks for your swift reply! Bummer, I really your vue-validator. We use it in our project (not live yet) extensively. Thanks for your vuelidate tip. I might look into this.
Thanks agains, regards, Frank
@kazupon Hi, it seems isPlainObject
not work too. Vue.utils
doesn't have a isPlainObject
method.
I think I have to switch to another validation library, can't wait.
@karaoak any update? i like this frame because of the elegant coding in my project
As per release 2.2.0 of Vue (https://github.com/vuejs/vue/releases):
and because vue-validator 3 is using some Vue.util methods in many places, my Vue.js application compiled with Vue 2.2.1 is no longer working. it throws the following error:
When looking at the vue-validator 3.0 library Vue.util is used in many places. Unfortunately I don't have the knowledge at this moment to create an alternatives for the Vue.util methods as used in your code.
For this reason, I would like to ask you if this is a known issue and what the timeline could be to resolve :-) this issue.
Thanks for your great library.