How to import a remote vue file in vite project #9274
Unanswered
XiaoDan12202
asked this question in
Help/Questions
Replies: 1 comment 1 reply
-
Use the QianKun framework. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two projects A and B. I want to import B'component in A and I imported the component dynamicly like import('http://localhost:9002/src/plugin/Test.vue') in the code. But the component Test didn't work.What should I do?
Beta Was this translation helpful? Give feedback.
All reactions