Add refresh on room page
This commit is contained in:
parent
175b517e75
commit
a5b05c5faa
|
|
@ -78,7 +78,8 @@
|
||||||
this.room = Object.assign({}, this.$getRidOfEdges(data).room);
|
this.room = Object.assign({}, this.$getRidOfEdges(data).room);
|
||||||
this.$store.dispatch('setSpecialContainerClass', this.room.appearance);
|
this.$store.dispatch('setSpecialContainerClass', this.room.appearance);
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
pollInterval: 30,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue