diff --git a/src/views/home.vue b/src/views/home.vue index 3e4e5af..3e9866a 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -25,7 +25,7 @@
For You
- +
@@ -137,6 +137,7 @@ export default { ); }); countDBSize(); + this.$refs.DailyTracksCard.loadDailyTracks(); }, }, };