Closed
Description
We should consider using the generic
attribute introduced in Vue 3.3 to provide better typings for component events.
Currently, the type of editor passed to the editor
prop is ignored and all events (@ready
, @focus
, @blur
, @input
) use the generic Editor
type, which is inaccurate.
Metadata
Metadata
Assignees
Labels
No labels