Make reload work

This commit is contained in:
Henrique Dias
2017-07-03 15:57:07 +01:00
parent 4ddee7cd75
commit 9e42f0f1ed
8 changed files with 14 additions and 9 deletions

View File

@@ -110,7 +110,7 @@ export default {
conn.onclose = (event) => {
this.ongoing = false
this.scrollable.scrollTop = this.scrollable.scrollHeight
// page.reload()
this.$store.commit('setReload', true)
}
return