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

add Vuex store #9

Open
eswat2 opened this issue Jun 2, 2018 · 2 comments
Open

add Vuex store #9

eswat2 opened this issue Jun 2, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@eswat2
Copy link
Owner

eswat2 commented Jun 2, 2018

create a simple Vuex store to replace the embedded store

  1. store with simple mutations
  2. actions issue commits to mutate store
  3. remove event mechanism to push changes
  4. containers access data via the store
  5. leave event mechanism to invoke actions (phase 1)
@eswat2
Copy link
Owner Author

eswat2 commented Jun 2, 2018

Phase 2:

  1. move actions into store
  2. invoke actions with store.dispatch

@eswat2
Copy link
Owner Author

eswat2 commented Oct 16, 2021

Need this for Vue3 and Vuex next

@eswat2 eswat2 added the enhancement New feature or request label Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant