mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-21 00:13:58 +08:00
change socket url
This commit is contained in:
parent
e9e50a2e75
commit
fd404f5c1f
@ -65,8 +65,8 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
this.socket = io('wss://tiptap-sockets-2.glitch.me')
|
this.socket = io('wss://tiptap-sockets.glitch.me')
|
||||||
.on('document', data => this.initEditor(data))
|
.on('init', data => this.initEditor(data))
|
||||||
.on('update', data => this.receiveData(data))
|
.on('update', data => this.receiveData(data))
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user