diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index 699489f6c..a9cc8727b 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -40,9 +40,9 @@ const getRandomElement = list => { const getRandomRoom = () => { return getRandomElement([ - 'room.4', - 'room.5', - 'room.6', + 'room.7', + 'room.8', + 'room.9', ]) }