Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
766361ac
Unverified
Commit
766361ac
authored
Jan 11, 2022
by
guxin0123
Committed by
Gitee
Jan 11, 2022
Browse files
update ruoyi-generator/src/main/resources/vm/vue/v3/index.vue.vm.
翻页组件多了一个 :p 导致生成代码无法翻页
parent
9bd7509e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-generator/src/main/resources/vm/vue/v3/index.vue.vm
View file @
766361ac
...
...
@@ -176,8 +176,8 @@
<pagination
v-show=
"total>0"
:total=
"total"
v-model:
p:
page=
"queryParams.pageNum"
v-model:
p:
limit=
"queryParams.pageSize"
v-model:page=
"queryParams.pageNum"
v-model:limit=
"queryParams.pageSize"
@
pagination=
"getList"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment