This commit is contained in:
syuilo 2019-03-02 07:57:18 +09:00
parent e7c83db9c7
commit 139523b763
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

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;