rename room

This commit is contained in:
Hans Pagel
2020-09-26 15:00:02 +02:00
parent 225727e40f
commit 015d0f2c21

View File

@@ -36,7 +36,7 @@ export default {
}, },
mounted() { mounted() {
const documentName = 'example' const documentName = 'tiptap-collaboration-example'
this.ydoc = new Y.Doc() this.ydoc = new Y.Doc()
this.provider = new WebrtcProvider(documentName, this.ydoc) this.provider = new WebrtcProvider(documentName, this.ydoc)