v -forは配列のindexを取得できます。indexが0番目の条件を追加してはいかがでしょうか <li v-for="(item, index) in itemArray" ...
確定! 回上一頁