diff --git a/docs/src/demos/Examples/TodoApp/index.vue b/docs/src/demos/Examples/TodoApp/index.vue index 9ebd584ab..702d94998 100644 --- a/docs/src/demos/Examples/TodoApp/index.vue +++ b/docs/src/demos/Examples/TodoApp/index.vue @@ -17,6 +17,10 @@ const CustomDocument = Document.extend({ content: 'taskList', }) +const CustomTaskItem = TaskItem.extend({ + content: 'paragraph', +}) + export default { components: { EditorContent, @@ -35,10 +39,10 @@ export default { Paragraph(), Text(), TaskList(), - TaskItem(), + CustomTaskItem(), ], content: ` -