1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 06:06:16 +02:00
This commit is contained in:
syuilo
2019-03-02 07:57:18 +09:00
parent e7c83db9c7
commit 139523b763

View File

@@ -122,16 +122,16 @@ export default Vue.extend({
};
},
mounted() {
this.fetchReplies();
},
watch: {
note() {
this.fetchReplies();
}
},
mounted() {
this.fetchReplies();
},
methods: {
fetchReplies() {
if (this.compact) return;