mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 09:36:02 -07:00
Refactor
This commit is contained in:
parent
9d0f94f82b
commit
5bcec0a82b
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue