Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
favorite badge
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelschnick committed Aug 5, 2022
1 parent bfe1c5e commit 119765f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export default {
const favoriteStore = useFavoriteStore()
this.favouriteListSize = favoriteStore.getFavoriteList.length
favoriteStore.$subscribe((state) => {
console.log(state)
console.log(state.events)
this.favouriteListSize = state.events.target.length
})
const eventStore = useEventStore()
Expand Down

0 comments on commit 119765f

Please sign in to comment.