Skip to content

Commit

Permalink
优化说明内容
Browse files Browse the repository at this point in the history
  • Loading branch information
周靖杰 committed Aug 30, 2017
1 parent 6b1c1e2 commit 55c08b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<div class="uk-modal-body">
<form class="uk-form-stacked">
<div class="uk-margin">
<label class="uk-form-label" for="form-stacked-select">选择一个项目</label>
<label class="uk-form-label" for="form-stacked-select">选择一个项目(destination)</label>
<div class="uk-form-controls">
<select class="uk-select" id="form-stacked-select" v-model="copiesProjectId">
<option v-for="item in projects" v-bind:value="item.id">{{item.name}}</option>
Expand Down

0 comments on commit 55c08b4

Please sign in to comment.