需要将VeeValidate添加到窃听编辑器的内容中。任何建议表示赞赏。
试图添加如下内容:
<editor-content :editor="editor" class="editor__content" name="content" v-validate="'required'"/>
return {
editor: new Editor({
extensions: [
new Blockquote(),
new BulletList(),
new CodeBlock()
],
content: ''
})
}
},
但是VeeValdiate不会尝试验证。
预期结果是验证Tiptap的生成的输入字段。如果为空-显示错误。