0👍
You need to use v-for="theSport in sportPlayed" instead of v-bind:for="theSport in sportPlayed" to loop through the sportPlayed array.
Check the List Rendering documentation: https://v2.vuejs.org/v2/guide/list.html
- [Vuejs]-How To Create Checking Method To Check The User Input Is Match With The ID provided?
- [Vuejs]-What can be the next step after running npm build in vue app to deploy it on server?
Source:stackexchange.com