Skip to content

Commit a0133de

Browse files
Merge pull request #148 from richardeschloss/development
Removed duplicated code
2 parents b1e1499 + cea3e7f commit a0133de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/Messages.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ export default {
6666
}
6767
},
6868
computed: mapState(['chatMessages']),
69-
created() {
70-
this.$nuxtSocket({
71-
channel: '/index',
72-
reconnection: false
73-
})
74-
},
7569
mounted() {
7670
this.socket = this.$nuxtSocket({
7771
channel: '/index',

0 commit comments

Comments
 (0)