vue的页码组件的页码重置为1

首先是页码组件上要绑定一个ref,然后通过ref找到这个组件,然后重置为1,

例子如下:


 
this.$refs.Pagination.lastEmittedPage = 1

 

你可能感兴趣的:(vue)