+ Added favourites page

This commit is contained in:
Alexis
2021-03-29 14:43:09 +02:00
parent c6fe4f9d98
commit a1df7d1143
3 changed files with 12 additions and 16 deletions

View File

@@ -103,7 +103,7 @@ export default {
timer: 3
})
}
this.$store.dispatch('toggleFav', this.celestial.id)
this.$store.dispatch('toggleFav', this.celestial)
}
}
}