From 23fb4704a8d9555e2c1f741944d78a29467af899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 23 Apr 2021 11:30:23 +0200 Subject: [PATCH] docs: add new room --- docs/src/demos/Examples/CollaborativeEditing/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index 10628684..9078d26e 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -49,7 +49,8 @@ const getRandomRoom = () => { 'room.seven', 'room.eight', 'room.nine', - 'room.ten', + // 'room.ten', + 'room.eleven', ]) }