Closed leoplaw closed 2 years ago
@leoplaw Wouldn't it be possible to leave vuex as is in core.ui and use pinia for custom app code? It's far from ideal but at least you could work with pinia in that way. Unfortunately I really don't have time to hack core.ui code now but when I do I'll update here.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
Using VueX for the navigation state management is overkill. Please use Pinia instead.
https://pinia.vuejs.org/
It is officially endorsed by Vue.