cara memetakan array vuej

this.allCampaigns = response.data.data.campaigns.map(campaigns => ( campaigns.name))
map over array to access item (eg. just the campaign name)

Xanthous Xenomorph