mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change methods to emit
This commit is contained in:
parent
5732182844
commit
c961c47c0f
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user