Skip to content

Commit cea3e7f

Browse files
Removed duplicated code
1 parent b1e1499 commit cea3e7f

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)