mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +11:00
Update CommunicationsChat.vue
This commit is contained in:
parent
1598214e2d
commit
e2afefedb2
1 changed files with 1 additions and 0 deletions
|
@ -1133,6 +1133,7 @@ export default {
|
||||||
})
|
})
|
||||||
if (!this.$route.params.id) {
|
if (!this.$route.params.id) {
|
||||||
this.$router.push("/communications/friends")
|
this.$router.push("/communications/friends")
|
||||||
|
return
|
||||||
}
|
}
|
||||||
document.addEventListener("keypress", this.focusKey)
|
document.addEventListener("keypress", this.focusKey)
|
||||||
document
|
document
|
||||||
|
|
Loading…
Reference in a new issue