0👍
try this
v-for=”(item, key) in recommendationResponse[recommendedItems]”
VueJs v-for works like this, instead of writing “as” we have to write “in”
Source:stackexchange.com
0👍
try this
v-for=”(item, key) in recommendationResponse[recommendedItems]”
VueJs v-for works like this, instead of writing “as” we have to write “in”