Open jasperf opened 3 years ago
Hi @jasperf
I'll transfer this issue to the tinymce/tinymce-vue
repository so a developer can have a look into this issue.
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.