1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 01:55:36 +02:00
This commit is contained in:
syuilo
2018-10-20 09:38:36 +09:00
parent cb9b3c00dd
commit 80818d79eb

View File

@@ -56,7 +56,7 @@ export default Vue.extend({
},
beforeDestroy() {
this.connection.close();
this.connection.dispose();
},
methods: {