From 0bdd0ba8a36cb37fe47bf9d478be42bf126d8cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 23 Apr 2021 12:45:01 +0200 Subject: [PATCH] docs: add new rooms --- docs/src/demos/Examples/CollaborativeEditing/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index 9078d26e..fbb333da 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -46,11 +46,13 @@ const getRandomRoom = () => { // 'room.four', // 'room.five', 'room.six', - 'room.seven', - 'room.eight', + // 'room.seven', + // 'room.eight', 'room.nine', // 'room.ten', 'room.eleven', + 'room.twelve', + 'room.thirteen', ]) }