Update index.vue

This commit is contained in:
Hans Pagel
2021-07-16 04:39:17 +02:00
committed by GitHub
parent 2dcdec25e1
commit 122f0821aa

View File

@@ -40,9 +40,9 @@ const getRandomElement = list => {
const getRandomRoom = () => {
return getRandomElement([
'room.7',
'room.8',
'room.9',
'rooms.7',
'rooms.8',
'rooms.9',
])
}