首页 > 其他分享 >iview 踩坑 分页 Page modelValue

iview 踩坑 分页 Page modelValue

时间:2023-02-16 09:56:29浏览次数:45  
标签:分页 当前页 不能 modelValue Page iview

分页组件 对应 的 当前页的 字段 不能用 V-model 也不能 value 也不能用 官网文档中的modelValue,应该用current


我说实话,iview 是真的坑

<Page @on-change="runPage"
              :total="total"
              :current="currentPage"
              :page-size="pageSize"
              show-total
              show-elevator
              v-if="showPage" />

  

 

标签:分页,当前页,不能,modelValue,Page,iview
From: https://www.cnblogs.com/lhqdbk/p/17125593.html

相关文章