diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-02 07:57:18 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-02 07:57:18 +0900 |
| commit | 139523b763a96af1e1837c4724aee46edee1152b (patch) | |
| tree | de47c69951f1aa8b7f0fc0e75d4bb11f03c4b05c /src/client/app/mobile/views/components | |
| parent | New Crowdin translations (#4381) (diff) | |
| download | misskey-139523b763a96af1e1837c4724aee46edee1152b.tar.gz misskey-139523b763a96af1e1837c4724aee46edee1152b.tar.bz2 misskey-139523b763a96af1e1837c4724aee46edee1152b.zip | |
Refactor
Diffstat (limited to 'src/client/app/mobile/views/components')
| -rw-r--r-- | src/client/app/mobile/views/components/note-detail.vue | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/app/mobile/views/components/note-detail.vue b/src/client/app/mobile/views/components/note-detail.vue index d9269cf7c2..b6f9dc4434 100644 --- a/src/client/app/mobile/views/components/note-detail.vue +++ b/src/client/app/mobile/views/components/note-detail.vue @@ -122,16 +122,16 @@ export default Vue.extend({ }; }, - mounted() { - this.fetchReplies(); - }, - watch: { note() { this.fetchReplies(); } }, + mounted() { + this.fetchReplies(); + }, + methods: { fetchReplies() { if (this.compact) return; |