diff --git a/docs/src/demos/Examples/MultipleEditors/index.vue b/docs/src/demos/Examples/MultipleEditors/index.vue index 6c9f4fdfe..33c6d2307 100644 --- a/docs/src/demos/Examples/MultipleEditors/index.vue +++ b/docs/src/demos/Examples/MultipleEditors/index.vue @@ -70,7 +70,7 @@ export default { Text, Collaboration.configure({ document: ydoc, - fragment: 'title', + field: 'title', }), ], }) @@ -84,7 +84,7 @@ export default { CustomTaskItem, Collaboration.configure({ document: ydoc, - fragment: 'tasks', + field: 'tasks', }), ], }) @@ -96,7 +96,7 @@ export default { Text, Collaboration.configure({ document: ydoc, - fragment: 'description', + field: 'description', }), ], }) @@ -112,17 +112,23 @@ export default {