mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 22:36:14 +08:00
docs(nodes/image/react): remove v-if (#2461)
This commit is contained in:
parent
f4fc935c6c
commit
7e2f0ae2ca
@ -30,7 +30,7 @@ export default () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div v-if="editor">
|
||||
<div>
|
||||
<button onClick={addImage}>setImage</button>
|
||||
<EditorContent editor={editor} />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user