v-if="this.$parent.pages.last_page < ( this.$parent.pages.step * 2 + 6 )"
v-for="i in this.$parent.pages.last_page"
var app = new Vue({
el : "#app",
data : {
loader : false,
activeProduct : 'active'
},
methods :{
}
})