Skip to content

Commit

Permalink
fix: remarks not loaded on mounted
Browse files Browse the repository at this point in the history
  • Loading branch information
Xecades committed Jan 28, 2024
1 parent 42cbd01 commit 083f952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ onMounted(async () => {
let lv3 = courses.value[0].children[0].children[0].value;
path.value = [lv1, lv2, lv3];
}
await updateRemarks();
});
</script>

Expand Down

0 comments on commit 083f952

Please sign in to comment.