mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-29 08:19:34 +08:00
set props for composition api, see #236
This commit is contained in:
parent
43bafac060
commit
60a3b0dfdd
@ -81,7 +81,7 @@ class VueNodeView extends NodeView<Component, Editor> {
|
||||
provide('onDragStart', onDragStart)
|
||||
provide('isEditable', isEditable)
|
||||
|
||||
return (this.component as any).setup?.()
|
||||
return (this.component as any).setup?.(props)
|
||||
},
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user