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: { watch: {
note() { note() {
this.fetchReplies(); this.fetchReplies();
} }
}, },
mounted() {
this.fetchReplies();
},
methods: { methods: {
fetchReplies() { fetchReplies() {
if (this.compact) return; if (this.compact) return;