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

Issue: Tried to load AngularJS more than once #22

Closed XShep closed 2 years ago

XShep commented 2 years ago

I have directly import the "angularjs" with script tag inside HTML. I have the legacy application based on AngularJS, and when i import ngVue3 with "import" statement - i got an warning, that i have tried to import AngularJS twice.

I think, that you have import statement inside your module, isn't it? Is it a problem to trying loading AngularJS twice? Will it call some issues?

If yes, i would like to know, how to import your module with another way?

jaredmcateer commented 2 years ago

I have noticed in the production app we use ngVue we've always had a "WARNING: Tried to load AngularJS more than once." warning. This has never been a problem but if you can make a minimal reproducible project I would definitely take a look to figure out why this is happening.

XShep commented 2 years ago

Sorry for long answer. If it not a problem, that it trying to load many times - no matter.