×
×
Correct!
What must we write in a component so that it receives data sent via the 'fish-name' attribute from App.vue as a prop?
<script>
export default {
@(5): [
'@(8)'
]
}
</script>
<script>
export default {
props: [
'fishName'
]
}
</script>
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 54 exercises.
Are you sure you want to continue?