Cell: add extra slot

This commit is contained in:
陈嘉涵
2017-09-21 16:26:10 +08:00
parent 62b48ee99f
commit 309744286e
2 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
<slot name="right-icon">
<i class="van-cell__right-icon van-icon van-icon-arrow" v-if="isLink"></i>
</slot>
<slot name="extra"></slot>
</a>
</template>