Trix editor will not populate with v-model
Hello,
I was following one of the courses here : https://laracasts.com/series/lets-build-a-forum-with-laravel/episodes/99 and though Trix might be nice addition so I decided to add it when I saw it took seconds for Jeff to implement:)
But there is one tiny issue, I think there he is using Vue 1.0 I guess as of now the screencast it not working when loading the data into the component.
I tried a couple of Vue Trix components from GitHub (for example https://github.com/hanhdt/vue-trix) but they have issues on image uploads. Tried to watch the prop value and hijack the editor but then it acts strange.
I know Vue won't bind on hidden inputs now so I am a bit lost on how to sort this issue.
Addin the code here so you can make any changes and test it. https://codesandbox.io/s/editortest-p9rgp
Thank you for any idea in advance :)
Please or to participate in this conversation.