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
Is there a way to shim direct store type with specific module?
use case, sharing modules through Lerna monorepo structure there's no way to know which store instance will be used when using the direct store. When one for example created a composition hook for accessing a shared module, hook gets store instance from caller vue instance, he needs to know to know the direct module types without accessing store instance
Is there a way to shim direct store type with specific module?
use case, sharing modules through Lerna monorepo structure there's no way to know which store instance will be used when using the direct store. When one for example created a composition hook for accessing a shared module, hook gets store instance from caller vue instance, he needs to know to know the direct module types without accessing store instance
e.g.
The text was updated successfully, but these errors were encountered: