diff --git a/examples/Components/Routes/Collaboration/index.vue b/examples/Components/Routes/Collaboration/index.vue index acb8f1b69..5fcd79401 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() }, }