Skip to content

Commit

Permalink
docs:修复文档中的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoren1641 committed Aug 7, 2017
1 parent 83769a0 commit af3a9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/demo/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ title:
<modal :show="show" ref="dialog" @close="show = false">
<div slot="modal-body" class="atui-modal-body">
<textarea></textarea>
<v-select v-model="initValue" dropdown-class-name="aaaaa" :dropdown-z-index="9898" style="width:200px" width="200px" @change="onSelectChange">
<v-select dropdown-class-name="aaaaa" :dropdown-z-index="9898" style="width:200px" width="200px">
<v-option value="Apple">苹果</v-option>
<v-option value="Banana" disabled>Banana</v-option>
<v-option value="10">Cherry</v-option>
Expand Down

0 comments on commit af3a9c2

Please sign in to comment.