-
Notifications
You must be signed in to change notification settings - Fork 209
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
VueX: integrations/vue.md #266
Comments
Hi @jasperf I'll transfer this issue to the Tyler |
Ref: INT-2625 |
This issue is stale because it has been open 30 days with no activity. Please comment if you wish to keep this issue open or it will be closed in 7 days. |
@tylerkelly13 said a developer would look at this issue, but that never happened. Has this been solved somehow with a new version perhaps? |
@jasperf We don't currently have any documentation on usage with VueX or any other state management library with Vue. It might be worth having another look at our tinymce-vue technical ref as it may have updated to include info that will help you now. Otherwise, from what I understand VueX (now Pinia) is the official state management library for Vue. So if this is a popular request or question, we can consider adding something in the docs for usage between tinymce-vue and this. |
What I miss in the documentation is how to pass tinyMCE content changes to VueX and back to make state management smooth. Now we are just helped doing a basic setup , but we miss the
$dispatch
and other$store
settings -state
,mutation
,action
- to do proper state management in VueX.The text was updated successfully, but these errors were encountered: