v-for loop example by jessekinsman May 24, 2019 HTML <div class="container" v-for="item in dataArray""> <p>{{item.text}}</p> </div>