mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Update note-detail.vue (#4342)
This commit is contained in:
parent
1ce031a625
commit
6d1711586a
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…
Add table
Reference in a new issue