From 2ea69fc1083a991495cb3044a4c6258b13b84e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 2 Dec 2020 22:05:47 +0100 Subject: [PATCH] fix todo app example --- docs/src/demos/Examples/TodoApp/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/demos/Examples/TodoApp/index.vue b/docs/src/demos/Examples/TodoApp/index.vue index f72fd71a..b8551d06 100644 --- a/docs/src/demos/Examples/TodoApp/index.vue +++ b/docs/src/demos/Examples/TodoApp/index.vue @@ -18,7 +18,7 @@ const CustomDocument = Document.extend({ }) const CustomTaskItem = TaskItem.extend({ - content: 'paragraph', + content: 'text*', }) export default {