I'm trying pagination in vuejs & My code in fiddle
v-for="(number, item) in items | filterBy name in 'name' | limitBy count offset"
my quetion is how can get index in pagination?
for example :
I have data in paging or page one :
index :"1" - Kathy Sparks
index :"2" - Gladys Tate
and then if I'm click paging two, I want to index continue
index : 3 - Shannon
index : 4 - Rosetta Scott