summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-20 09:38:36 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-20 09:38:36 +0900
commit80818d79eb62a88db652f009889caf96b4a657c1 (patch)
tree1205000326449d81c36a5aaf0f0838e18e7e762b /src
parentUse router-link instead of a to improve usability (diff)
downloadsharkey-80818d79eb62a88db652f009889caf96b4a657c1.tar.gz
sharkey-80818d79eb62a88db652f009889caf96b4a657c1.tar.bz2
sharkey-80818d79eb62a88db652f009889caf96b4a657c1.zip
Fix bug
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/pages/deck/deck.hashtag-tl.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/pages/deck/deck.hashtag-tl.vue b/src/client/app/desktop/views/pages/deck/deck.hashtag-tl.vue
index 2555e97003..9be5d8a8c9 100644
--- a/src/client/app/desktop/views/pages/deck/deck.hashtag-tl.vue
+++ b/src/client/app/desktop/views/pages/deck/deck.hashtag-tl.vue
@@ -56,7 +56,7 @@ export default Vue.extend({
},
beforeDestroy() {
- this.connection.close();
+ this.connection.dispose();
},
methods: {