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
"vscode:/vscode.git/clone" did not exist on "ee56c9f9ccf86489e6cfede08e56a14d6cbb00fe"
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
Show whitespace changes
Inline
Side-by-side
ruoyi-generator/src/main/resources/vm/vue/v3/index.vue.vm
View file @
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"
/>
/>
...
...
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