chore: install inspect

This commit is contained in:
Anthony Fu 2022-11-27 14:54:56 +08:00
parent 06667ee0af
commit a3b9bf3c18
5 changed files with 27 additions and 1 deletions

View file

@ -38,7 +38,7 @@ function createSuggestionRenderer(): SuggestionOptions['render'] {
let popup: Instance
return {
onStart: (props) => {
onStart(props) {
component = new VueRenderer(TiptapMentionList, {
props,
editor: props.editor,