From db92a9b313c5993b723c85cd30256f1d4a0b65e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 7 May 2021 11:28:18 +0200 Subject: [PATCH] docs: update content --- .../Examples/CollaborativeEditing/index.vue | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index 045e3039..dba1d5e7 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -40,20 +40,9 @@ const getRandomElement = list => { const getRandomRoom = () => { return getRandomElement([ - // HN killed it all - // 'room.one', - // 'room.two', - // 'room.three', - // 'room.four', - // 'room.five', - 'room.six', - // 'room.seven', - // 'room.eight', - 'room.nine', - // 'room.ten', - 'room.eleven', - 'room.twelve', - 'room.thirteen', + 'room.1', + 'room.2', + 'room.3', ]) }