Skip to content

Commit

Permalink
perf: update crud version to 0.9.1-4
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Mar 17, 2021
1 parent 803e3bc commit f9c5460
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"axios": "^0.19.2",
"core-js": "3.6.5",
"dayjs": "1.8.20",
"element-pro-crud": "^0.9.1-1",
"element-pro-crud": "^0.9.1-4",
"element-ui": "^2.15.0",
"inquirer": "^6.5.2",
"lodash": "^4.17.14",
Expand Down
2 changes: 1 addition & 1 deletion src/views/devTools/FormDesignerModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<el-dialog v-if="visible" ref="dialog" fullscreen class="dialog" :visible.sync="visible" append-to-body>
<FormDesigner ref="formDesigner" :dictType="dictType" :getFormKey="getFormKey" :allTables="allTables">
<template #custom-btn>
<el-button type="normal" size="small" @click="btnSaveOnClick" :loading="btnSaveIsLoading" icon="el-icon-check">保存</el-button>
<el-button class="button" type="normal" size="small" @click="btnSaveOnClick" :loading="btnSaveIsLoading" icon="el-icon-check">保存</el-button>
</template>
</FormDesigner>
</el-dialog>
Expand Down
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ module.exports = {
'/axios@0.19.2/dist/axios.min.js',
'/lodash@4.17.14/lodash.min.js',
'/core-js@2.6.5/client/shim.min.js',
'/element-pro-crud@0.9.1-1/lib/ProCrud.umd.min.js',
'/element-pro-crud@0.9.1-1/lib/ProCrud.css',
'/element-pro-crud@0.9.1-4/lib/ProCrud.umd.min.js',
'/element-pro-crud@0.9.1-4/lib/ProCrud.css',
],
append: false,
// hash: true,
Expand Down

0 comments on commit f9c5460

Please sign in to comment.