v-for range starting point code example Example: vue for loop range starting point <div v-for="item in items.slice(0, 4)> {{ item }} </div>