Skip to content

Commit

Permalink
chore(example): checkbox, radio text to en
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood committed Aug 7, 2019
1 parent 5286b06 commit 020bdd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/pages/checkbox-group.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<cube-checkbox :option="{value: '4', disabled: true}"><i>Disabled & Checked Checkbox</i></cube-checkbox>
</cube-checkbox-group>
<br>
<cube-input placeholder="输入列数" v-model="colNum">
<div slot="prepend" style="paddingLeft: 10px"> 列数:</div>
<cube-input placeholder="Input column number" v-model="colNum">
<div slot="prepend" style="paddingLeft: 10px"> Column number:</div>
</cube-input>
<cube-checkbox-group v-model="colCheckList" :options="colOptions" :col-num="Math.floor(colNum)" />
<br>
Expand Down
4 changes: 2 additions & 2 deletions example/pages/radio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</cube-radio-group>
<p>selected img: {{selected4}}</p>
<hr>
<cube-input placeholder="输入列数" v-model="colNum">
<div slot="prepend" style="paddingLeft: 10px"> 列数:</div>
<cube-input placeholder="Input column number" v-model="colNum">
<div slot="prepend" style="paddingLeft: 10px"> Column number:</div>
</cube-input>
<cube-radio-group v-model="selected5" :options="options5" :col-num="Math.floor(colNum)" />
</template>
Expand Down

0 comments on commit 020bdd8

Please sign in to comment.