Commit 96a34d1a authored by 若依's avatar 若依 Committed by Gitee

!409 翻页组件多了一个 :p 导致生成代码无法翻页

Merge pull request !409 from guxin0123/master
parents 9bd7509e 766361ac
...@@ -176,8 +176,8 @@ ...@@ -176,8 +176,8 @@
<pagination <pagination
v-show="total>0" v-show="total>0"
:total="total" :total="total"
v-model:p:page="queryParams.pageNum" v-model:page="queryParams.pageNum"
v-model:p:limit="queryParams.pageSize" v-model:limit="queryParams.pageSize"
@pagination="getList" @pagination="getList"
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment