Jose G. Alfonso

Results 11 comments of Jose G. Alfonso
trafficstars

We're having a similar issue in a couple of macs. One of them opens sublime (even though VSCODE is the default editor for .vue files) and other does nothing at...

> https://devtools.vuejs.org/guide/open-in-editor.html Just to clarify it for me though. The same project does not have that setup and I've been able to open in editor since I can remember (even...

Update: Moving vue to dependencies and adding eslint disable in index.js seems to make the project work. Still checking if anything else might be broken. ``` // eslint-disable-next-line no-param-reassign Vue.prototype.$add...

Hi, great project but I wonder what is going on with it. The last PR was merged 8 months ago... Any updates?

Hey @iMoses. Have you made your fork public yet? Has it been published? If so, can you please share? Thanks.

I have the same issue. Is there any work planned around this? Any workarounds?

> @Codermar try this: > > ```ts > import GMaps from '@googlemaps/js-api-loader' > > const { Loader } = GMaps > ``` Nope... sorry, no cigar... ```vue-router.mjs:3420 SyntaxError: The requested...

> @Codermar try this one and check the entry to locate the `Loader`: > > ```ts > import * as GMaps from '@googlemaps/js-api-loader' > ``` Either of the imports below...

This seems to be a similar issue. https://github.com/antfu/vite-ssg/issues/166 Is there something missing in the https://github.com/antfu/vite-ssg/issues/166 package itself?

Interesting... I inadvertently had the vue3-google-maps still in my package.json (which has the same '@googlemaps/js-api-loader' dependancy. I removed it and now the build completes (and preview works) although there's a...