Replies: 1 comment
-
I haven't used PrimeVue in a module federation enabled architecture however the related services are vue plugins so provide/inject functionality seems broken in this case, they are installed per app so not sure how that can play with host and remote apps. It might be useful to also post this to the vite plugin discussions, I've found a similar one that covers components not services; originjs/vite-plugin-federation#118 (comment) Hopefully the author of the plugin can provide a pointer or another user here who managed to run federation with PrimeVue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello when i use any service this works in a normal app. But if i want to split them via federation module i always get the message that a service i not registered.
Error: No PrimeVue Dialog provided!
at s (usedialog.esm-969b7452.js:1:194)
or
Error: No PrimeVue Confirmation provided!
at a (confirmationeventbus.esm-0b5d6c5d.js:1:186)
i also tried it to put it in the "shared"
here my vite.config.ts
Module:
MainApp:
what do i miss?
thank you
Christian
Beta Was this translation helpful? Give feedback.
All reactions