Fix navigation to room info
This commit is contained in:
parent
6608f0c8ce
commit
0f7d9893c4
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
showRoomInfo() {
|
showRoomInfo() {
|
||||||
this.$router.push({ name: "RoomInfo" });
|
this.$navigation.push({ name: "RoomInfo" });
|
||||||
},
|
},
|
||||||
|
|
||||||
leaveRoom() {
|
leaveRoom() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue