data() { return { arr: ["html", "css", "javascript"] }; },<p v-for="item of arr" :key="item">{{item}}</p>