How to use my TipTap component within a form element #810
Answered
by
hanspagel
darrylferdinands
asked this question in
Questions & Help
-
Hey. I wanted to know how to use my tiptap component to work within an el-form-item. I currently have an el-input which has a v-model="description" and want to either pass that as a whole to my content prop or replace that el-input altogether with just my tiptap editor. What is the way to go around this? Currently, my description is not binding to my tiptap even when I pass it as a prop to my content. |
Beta Was this translation helpful? Give feedback.
Answered by
hanspagel
Aug 26, 2020
Replies: 1 comment 1 reply
-
If you want to keep using v-model, find a working solution here: #133 (comment) Hope that helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
darrylferdinands
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to keep using v-model, find a working solution here: #133 (comment)
Hope that helps!