1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-25 09:54:24 -06:00
This commit is contained in:
syuilo 2018-07-17 18:50:13 +09:00 committed by GitHub
parent f65fbf9d55
commit 4a25ed0627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ export default Vue.extend({
}, },
beforeDestroy() { beforeDestroy() {
enabled = false; this.enabled = false;
}, },
methods: { methods: {