Skip to content

Commit

Permalink
🐛 Fix: default github placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Jan 13, 2021
1 parent 0fe3ade commit 51d80a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/pages/picbeds/GitHub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
:rules="{
required: true, message: '分支名不能为空', trigger: 'blur'
}">
<el-input v-model="form.branch" @keyup.native.enter="confirm" placeholder="例如:master"></el-input>
<el-input v-model="form.branch" @keyup.native.enter="confirm" placeholder="例如:main"></el-input>
</el-form-item>
<el-form-item
label="设定Token"
Expand Down

0 comments on commit 51d80a6

Please sign in to comment.