tinymce / tinymce-vue

Official TinyMCE Vue component
MIT License
2.02k stars 203 forks source link

VueX: integrations/vue.md #266

Open jasperf opened 2 years ago

jasperf commented 2 years ago

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.

tylerkelly13 commented 2 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

exalate-issue-sync[bot] commented 2 years ago

Ref: INT-2625

tiny-stale-bot commented 2 weeks ago

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.

jasperf commented 2 weeks ago

@tylerkelly13 said a developer would look at this issue, but that never happened. Has this been solved somehow with a new version perhaps?

danoaky-tiny commented 1 week ago

@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.