This commit is contained in:
syuilo 2019-03-02 07:57:18 +09:00
parent 9d0f94f82b
commit 5bcec0a82b

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;