Skip to content

Commit

Permalink
Fixed: placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed May 9, 2018
1 parent 06539d1 commit 00689a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/SettingView/GitHub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
:rules="{
required: true, message: '仓库名不能为空', trigger: 'blur'
}">
<el-input v-model="form.repo" @keyup.native.enter="confirm" placeholder="username"></el-input>
<el-input v-model="form.repo" @keyup.native.enter="confirm" placeholder="格式:username/repo"></el-input>
</el-form-item>
<el-form-item
label="设定分支名"
Expand Down

0 comments on commit 00689a9

Please sign in to comment.