generated from gitea_admin/default
front end
This commit is contained in:
@@ -145,16 +145,19 @@
|
||||
//--------------------
|
||||
// DONNÉES POUR LES ARTISTES
|
||||
//--------------------
|
||||
const { artistesinvitees, pending, error } = useArtistesInvitees({
|
||||
locale: "fr-FR",
|
||||
sort: "nom_artiste_invite:asc",
|
||||
populate: {
|
||||
saisons_artiste_invite: true,
|
||||
image_illustration_artiste_invite: true,
|
||||
postes_artiste_invite: true,
|
||||
},
|
||||
filters: artistesFilters,
|
||||
})
|
||||
const { items: artistesinvitees, pending, error } = useStrapi(
|
||||
"/api/__strapi__/artistesinvitees",
|
||||
{
|
||||
locale: "fr-FR",
|
||||
sort: "nom_artiste_invite:asc",
|
||||
populate: {
|
||||
saisons_artiste_invite: true,
|
||||
image_illustration_artiste_invite: true,
|
||||
postes_artiste_invite: true,
|
||||
},
|
||||
filters: artistesFilters,
|
||||
}
|
||||
)
|
||||
|
||||
const artistesDisplay = computed(() => {
|
||||
return (artistesinvitees.value || []).map((artiste) => ({
|
||||
|
||||
Reference in New Issue
Block a user