Skip to content

Commit

Permalink
chore(deps): update electron-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and CrazyWisdom committed Dec 26, 2019
1 parent 541761b commit 9b827c4
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 411 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"typescript": "^3.4.3",
"vue-cli-plugin-electron-builder": "^1.3.4",
"vue-cli-plugin-electron-builder": "^1.4.4",
"vue-template-compiler": "^2.6.10"
},
"postcss": {
Expand Down
2 changes: 1 addition & 1 deletion src/views/connections/ConnectionForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<el-col :span="22">
<el-form-item label-width="93px" :label="$t('connections.certType')" prop="certType">
<el-radio-group v-model="record.certType">
<el-radio label="ca">CA signed</el-radio>
<el-radio label="ca">CA signed server</el-radio>
<el-radio label="self">Self signed</el-radio>
</el-radio-group>
</el-form-item>
Expand Down
Loading

0 comments on commit 9b827c4

Please sign in to comment.