Ricardo Villagrana

Results 10 comments of Ricardo Villagrana

Hi, I clicked on your dialog link and saw my Google Drive content, how did you fix this?. I am currently facing the same issue.

Thank you so much for your quick response. I rebased master but now the `imagesearch` does not find the image, it prints `image not found`. I also commented the `is_retina`...

Yes it is. These are the images, the `testarea`, and the image to search. ![testarea](https://user-images.githubusercontent.com/9273142/62723151-9cb83000-b9d5-11e9-925c-4c9ee0dcd473.png) ![img](https://user-images.githubusercontent.com/9273142/62722935-21567e80-b9d5-11e9-9b32-cd93d2117180.jpg)

I had a similar problem, try appending this in your .vimrc ```bash autocmd BufRead,BufNewFile *.vue setlocal filetype=vue.html.javascript.css let g:vim_vue_plugin_load_full_syntax = 1 let g:vim_vue_plugin_debug = 1 ``` This solved my problem,...

Same issue here, even after updating the `yarn.lock` file.

Same error here with Vue 3 and Nuxt 2

Not solved yet, somehow the error is in the spread of `this.props` I don't know why.

I totally need this feature, I am trying to export some components to let users embed them into their website by just importing them via script tag. If anyone has...

Any chance we get this merged? cc @claudiosanches @choubacha @danielhoey

I have the same problem. @tannakartikey are you working on a PR?