change methods to emit

This commit is contained in:
ogerly 2022-09-22 13:15:09 +02:00
parent 5732182844
commit c961c47c0f

View File

@ -17,7 +17,7 @@
<p class="h2 ml-5">{{ $t('contributionLink.contributionLinks') }}</p> <p class="h2 ml-5">{{ $t('contributionLink.contributionLinks') }}</p>
<contribution-link-form <contribution-link-form
:contributionLinkData="contributionLinkData" :contributionLinkData="contributionLinkData"
@get-contribution-links="getContributionLinks" @get-contribution-links="$emit('get-contribution-links')"
/> />
</b-card> </b-card>
</b-collapse> </b-collapse>