fixed #425
This commit is contained in:
parent
fc0c4c7815
commit
70d5a4ab80
3 changed files with 16 additions and 44 deletions
|
@ -1,26 +1,8 @@
|
|||
<template>
|
||||
<div>
|
||||
<Radio-group v-model="phone">
|
||||
<Row>
|
||||
<i-col span="8">
|
||||
<Radio label="apple">
|
||||
<Icon type="social-apple"></Icon>
|
||||
<span>Apple</span>
|
||||
</Radio>
|
||||
</i-col>
|
||||
<i-col span="8">
|
||||
<Radio label="android">
|
||||
<Icon type="social-android"></Icon>
|
||||
<span>Android</span>
|
||||
</Radio>
|
||||
</i-col>
|
||||
<i-col span="8">
|
||||
<Radio label="windows">
|
||||
<Icon type="social-windows"></Icon>
|
||||
<span>Windows</span>
|
||||
</Radio>
|
||||
</i-col>
|
||||
</Row>
|
||||
<Radio-group v-model="sex">
|
||||
<Radio :label="0">男</Radio>
|
||||
<Radio :label="1">女</Radio>
|
||||
</Radio-group>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -28,8 +10,7 @@
|
|||
export default {
|
||||
data () {
|
||||
return {
|
||||
phone: 'apple',
|
||||
animal: '爪哇犀牛'
|
||||
sex: 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue