Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update global store with module stores for Vue 3 #2300

Open
1 task
fergmac opened this issue Aug 1, 2024 · 0 comments
Open
1 task

Update global store with module stores for Vue 3 #2300

fergmac opened this issue Aug 1, 2024 · 0 comments

Comments

@fergmac
Copy link
Contributor

fergmac commented Aug 1, 2024

Describe the task
Migrating to Vue 3 we can not set up our module stores using Vue.use(Vuex) we need to instead us the Vuex createStore method to create our module stores.

Purpose
We need to refactor the way we are creating our module stores to comply with Vue 3.

Acceptance Criteria

  • The application builds and run successfully

Additional context

  • Add any other context about the task here.
  • Or here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant