Victor Garcia

Results 79 comments of Victor Garcia

@chegger The source code is rougthly ≃ 70 lines so I forked it and ported it into Typescript and put it locally on my projects to avoid putting react in...

@mrellipse how did you do to have the suggestions? I got this error when I call `this.$v` ` error TS2339: Property '$v' does not exist on type` I put vualidate.d.ts...

@mrellipse BTW i'm on VScode with Typescript 2.5.3 and Webpack 3.6.0

I'm using it with Typescript and I had to modify the typings a little bit! you can see it on one of my components but it works great!! [link to...

@brianjorden Hey yeah thanks I forgot I had this error and I thought I fixed it! That's just the beginning of a student project so this is not the main...

@brianjorden Ok I had just mispelled "Length" with "Lenght", so frustrating aha

@NoahStahl Got this error too Workaround I found for now is ```typescript Vue.use(Vuelidate as any); ```

@NoahStahl nevermind, it was a cache problem. I cleared npm, yarn and nuxt cache and it's working now

@yoyo930021 Will do, definetly think it comes from `$emit` events inference from child components after testing some behaviours. In this file I have this component: ![image](https://user-images.githubusercontent.com/15092120/107018872-47630780-67a1-11eb-8677-8301965b699c.png) The event in question...

Temporary fix for now is switching back to version `0.10.1` of vue-demi and version `1.0.4` of `@vue/composition-api`