Add refresh on room page

This commit is contained in:
Ramon Wenger 2019-05-14 09:53:49 +02:00
parent 175b517e75
commit a5b05c5faa
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@
this.room = Object.assign({}, this.$getRidOfEdges(data).room);
this.$store.dispatch('setSpecialContainerClass', this.room.appearance);
}
}
},
pollInterval: 30,
}
}
}