[bugfix] Cell: icon can't render when no title (#508)

This commit is contained in:
neverland
2018-01-04 17:21:25 +08:00
committed by GitHub
parent 1298ef3d25
commit 94e05ba3f8

View File

@@ -8,7 +8,7 @@
}"
@click="onClick"
>
<div class="van-cell__title" v-if="$slots.title || title">
<div class="van-cell__title" v-if="title || icon || $slots.title || $slots.icon">
<slot name="icon">
<icon v-if="icon" :name="icon" />
</slot>