mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-01-18 23:23:31 +01:00
Update note-detail.vue (#4342)
This commit is contained in:
parent
bae874eb45
commit
a5071db864
1 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,10 @@ export default Vue.extend({
|
|||
};
|
||||
},
|
||||
|
||||
mounted() {
|
||||
this.fetchReplies();
|
||||
},
|
||||
|
||||
watch: {
|
||||
note() {
|
||||
this.fetchReplies();
|
||||
|
|
Loading…
Reference in a new issue