Cell add globl setting #5592

This commit is contained in:
梁灏 2019-04-09 17:59:33 +08:00
parent 5fe59e3ab2
commit 2ef1b05f4d
3 changed files with 45 additions and 5 deletions

View file

@ -3,7 +3,7 @@
<Card title="选项" :padding="0" shadow style="width: 300px;">
<CellGroup @on-click="handleClick">
<Cell title="标题一" name="a1" label="附属内容" to="/button">
<Badge count="10" slot="extra"></Badge>
<Badge :count="10" slot="extra"></Badge>
</Cell>
<Cell title="标题一" name="a2" label="附属内容" extra="详细信息"></Cell>
<Cell title="标题一" name="a3" label="附属内容" extra="详细信息" to="/button"></Cell>