fix todo app example

This commit is contained in:
Philipp Kühn
2020-12-02 22:05:47 +01:00
parent 3978643e88
commit 2ea69fc108

View File

@@ -18,7 +18,7 @@ const CustomDocument = Document.extend({
})
const CustomTaskItem = TaskItem.extend({
content: 'paragraph',
content: 'text*',
})
export default {