Answer the question
In order to leave comments, you need to log in
How to transfer data from Vue component to main file?
There is an array of data that is turned into a list by the v-for directive.
<li> v-for="item in items" </li>
data: function () {
return {
items: [
...
]
Answer the question
In order to leave comments, you need to log in
Options:
1. pass through props
2. request from some data source in create/mount hooks
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question