mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-13 01:11:07 +09:00
Update note-detail.vue (#4342)
This commit is contained in:
parent
bae874eb45
commit
a5071db864
@ -122,6 +122,10 @@ export default Vue.extend({
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
mounted() {
|
||||||
|
this.fetchReplies();
|
||||||
|
},
|
||||||
|
|
||||||
watch: {
|
watch: {
|
||||||
note() {
|
note() {
|
||||||
this.fetchReplies();
|
this.fetchReplies();
|
||||||
|
Loading…
Reference in New Issue
Block a user