hello here is my computed method :
computed:
mapState({
aftermovie: (state) => state.festival.aftermovies[id]
}),
id: {
set() { return this.$route.params.id}
},
if i put state.festival.aftermovies [0] it works but if i try to get id in url, id is undefined, can you help me please