Skip to content

Commit

Permalink
Merge branch 'master' of https://gitee.com/aeizzz/pig-ui into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeizzz committed Dec 20, 2022
2 parents a76dadf + 70db354 commit b115b80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@element-plus/icons-vue": "^0.2.4",
"@smallwei/avue": "3.2.5",
"@smallwei/avue": "3.2.6",
"animate.css": "^4.1.1",
"avue-form-design": "^3.0.2",
"axios": "^0.21.1",
Expand Down
4 changes: 2 additions & 2 deletions src/views/gen/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</el-row>
<avue-crud
ref="crud"
v-model="page"
v-model:page="page"
:data="tableData"
:table-loading="tableLoading"
:option="tableOption"
Expand Down Expand Up @@ -89,7 +89,7 @@
<el-dialog v-model="box" title="生成配置" width="50%" lock-scroll>
<div class="pull-auto">
<avue-form ref="formData" v-model="formData" :option="formOption">
<template>
<template #menu-form="{}">
<el-button
type="primary"
icon="el-icon-view"
Expand Down

0 comments on commit b115b80

Please sign in to comment.