diff --git a/examples/Components/Routes/Collaboration/index.vue b/examples/Components/Routes/Collaboration/index.vue index acb8f1b6..5fcd7940 100644 --- a/examples/Components/Routes/Collaboration/index.vue +++ b/examples/Components/Routes/Collaboration/index.vue @@ -95,6 +95,7 @@ export default { beforeDestroy() { this.editor.destroy() + this.socket.destroy() }, }