How to bind nested vuex object to vuejs property in editor-content? #799
Unanswered
Draccano
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to bind the nested Vuex state object to editor property of tiptap's editor-content component.
The state looks like this:
Store in nuxt framework.
The nested vuex object is located in editors array in vuex store shown in picture below.
image
If I do this approach, then I get this error log of vue. When I did it via vue data properties, it was working like a charm but the upgrade to vuex is quite problematic to me and I don't know why.
Beta Was this translation helpful? Give feedback.
All reactions