Vue.js结合bootstrap前端实现分页和排序效果

2020-06-14 06:12:35易采站长站整理

}
}
}
//排序
},sortBy: function (sortparam) {
this.sortparam = sortparam;
this.sorttype = this.sorttype == -1 ? 1 : -1;
}
}
});

参考网址:Vue.js结合bootstrap实现分页控件

源码下载:vue.js实现分页和排序效果