mirror of
https://github.com/YouHaveTrouble/DiscipleOfLand.git
synced 2026-05-11 22:16:55 +00:00
fix up some things
This commit is contained in:
@@ -42,6 +42,11 @@ export default defineComponent(
|
||||
this.displayNodes = this.nodes;
|
||||
}
|
||||
},
|
||||
displayNodes: {
|
||||
handler() {
|
||||
this.sortListByTime();
|
||||
}
|
||||
},
|
||||
eorzeaTime: {
|
||||
immediate: true,
|
||||
handler(newValue, oldValue) {
|
||||
@@ -64,8 +69,9 @@ export default defineComponent(
|
||||
});
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
async mounted() {
|
||||
this.displayNodes = this.nodes;
|
||||
this.sortListByTime();
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user