1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-25 13:49:27 -05:00

Update note-detail.vue ()

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-02-21 23:20:55 +09:00 committed by syuilo
parent bae874eb45
commit a5071db864

View file

@ -122,6 +122,10 @@ export default Vue.extend({
};
},
mounted() {
this.fetchReplies();
},
watch: {
note() {
this.fetchReplies();