iview中Page分页组件添加首页尾页按钮

前端面试秘籍:https://github.com/yisainan/web-interview  欢迎star

 

直接上代码html:





 

js:
 

changePage (val) {

let _this = this

_this.currentPage = val

this.getDetail(_this.articleType, val, 10)

}

 

你可能感兴趣的:(vue,vue总结)