Allows people to customize which modules are imported when createPinia #1634
Unanswered
WormGirl
asked this question in
Help and Questions
Replies: 1 comment 1 reply
-
They only load when you use them. You can use any of them to explicitly load one |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
What problem is this solving
Sometime, we need to share some module code across projects,It is unreasonable to load all modules under the stores directory.
Proposed solution
// something like this, not load all file at stores
Describe alternatives you've considered
No response
Beta Was this translation helpful? Give feedback.
All reactions