update Cell

This commit is contained in:
梁灏 2018-06-20 17:29:44 +08:00
parent 32a174366c
commit f3dc447b43

View file

@ -13,11 +13,13 @@
<Cell title="标题四" selected></Cell> <Cell title="标题四" selected></Cell>
<Cell title="标题五"></Cell> <Cell title="标题五"></Cell>
<Cell title="标题六" disabled></Cell> <Cell title="标题六" disabled></Cell>
<Cell title="标题七" extra="详细信息"></Cell> <Cell title="标题七" extra="详细信息" to="/icon"></Cell>
<Cell title="标题七" extra="详细信息" selected></Cell> <Cell title="标题七" extra="详细信息" selected></Cell>
<Cell title="标题七" label="附属内容" extra="详细信息"></Cell> <Cell title="标题七" label="附属内容" extra="详细信息"></Cell>
<Cell title="标题八"></Cell> <Cell title="标题八">
<Cell title="标题九"></Cell> <i-switch v-model="switch1" slot="extra"></i-switch>
</Cell>
<Cell title="标题九" to="/button"></Cell>
</CellGroup> </CellGroup>
</Card> </Card>
</div> </div>
@ -26,7 +28,7 @@
export default { export default {
data(){ data(){
return { return {
switch1: false
} }
} }
} }