generated from gitea_admin/default
front end
This commit is contained in:
@@ -115,12 +115,15 @@
|
||||
},
|
||||
}))
|
||||
|
||||
const { artistesinvitees, pending, error } = useArtistesInvitees({
|
||||
locale: 'fr-FR',
|
||||
populate,
|
||||
filters,
|
||||
limit: 1,
|
||||
})
|
||||
const { items: artistesinvitees, pending, error } = useStrapi(
|
||||
"/api/__strapi__/artistesinvitees",
|
||||
{
|
||||
locale: "fr-FR",
|
||||
populate,
|
||||
filters,
|
||||
limit: 1,
|
||||
}
|
||||
)
|
||||
|
||||
const artiste = computed(() => artistesinvitees.value?.[0] || {})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user