This commit is contained in:
syuilo 2018-10-20 09:38:36 +09:00
parent 8746d964fe
commit 0d048cf22c

View file

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