What if the rich text plug-in vue-tinymce-editor is invalid in element-ui 's el-form?

vue-tinymce-editor < tinymce id= "D1" v code model = "data" > < / tinymce > component becomes invalid when placed in < el-form > and becomes a pure textarea . It"s normal to put it on the tag < el-form > . How to solve it?

Jun.24,2021

< tinymce id= "D1" v data model = "data" > < / tinymce > the outer layer of the component can be displayed normally by adding a pair of

< / div > .

but there will be the following problems (although the components are displayed normally, the console will report an error)

(https://codeshelper.com/q/10.

Menu