You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a monorepo with two apps and a UI package.
We built a UI Library using vue-demi + typescript and we want to consume it from both apps:
First one is a vue3 + Typescript app
Second one is a vue2 + vue-class-component + typescript app
Everything works fine with the first app, but went we want to consume the library in the second one we are getting this error and we don't know how to solve it:
Has anyone encountered this error or a similar one?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
We have a monorepo with two apps and a UI package.
We built a UI Library using vue-demi + typescript and we want to consume it from both apps:
Everything works fine with the first app, but went we want to consume the library in the second one we are getting this error and we don't know how to solve it:
Has anyone encountered this error or a similar one?
Thanks for your great work!
Beta Was this translation helpful? Give feedback.
All reactions