From bf95efe07f83e5a7053763b8f1447269e452c4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 23 Apr 2021 10:46:26 +0200 Subject: [PATCH] add new rooms --- .../Examples/CollaborativeEditing/index.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index 20dd7f3b..10628684 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -39,11 +39,17 @@ const getRandomElement = list => { const getRandomRoom = () => { return getRandomElement([ - 'room.one', - 'room.two', - // 'room.three', // HN killed it - 'room.four', - 'room.five', + // HN killed it all + // 'room.one', + // 'room.two', + // 'room.three', + // 'room.four', + // 'room.five', + 'room.six', + 'room.seven', + 'room.eight', + 'room.nine', + 'room.ten', ]) }