Posts by Adolfo Moro • 11 points
1 post
-
0
votes1
answer40
viewsQ: context "this" does not return correct
When giving a console.log(this), I wanted the console’s THIS to return Vue, not Validate’s This, this.$ValidateUtil({ el: this.$refs.cadMain, rules: { cep: { required: true, regex: /^\d{5}-\d{3}$/ }…