jaredmcateer / ngVue3

Use Vue 3 components in your Angular 1.x app
https://jaredmcateer.github.io/ngVue3/
MIT License
20 stars 2 forks source link

"module is not defined error" when including with <script> tag #13

Closed XShep closed 2 years ago

XShep commented 2 years ago

When going to import ngVue3 directly with a "script" tag into HTML file without using "module" type, i've been running into an issue with this: MicrosoftTeams-image

What can i do to directly include it?

jaredmcateer commented 2 years ago

Hi XShep, sorry I hadn't really fully tested importing directly in the browser yet and it appears I've misconfigured the build and am exporting just commonjs and esm packages. I'll try and get a patch out today.

jaredmcateer commented 2 years ago

@XShep should be fixed in 0.3.3 let me know if not and I'll reopen