Eduardo Aguad

Results 3 comments of Eduardo Aguad

I'd love to help. I am currently contributing to [Masonite](https://github.com/MasoniteFramework/masonite) too.

Im trying to use it with the following code but it removes all the html code created with v-for. ``` api.get('/profile/vehicles') .then(res => { this.vehicles = res.data.data; this.$nextTick(function () {...

I swear I fixed it. Did you reproduce the issue?