[improvement] CouponCell: remove wrapper (#2145)

This commit is contained in:
neverland
2018-11-26 16:47:44 +08:00
committed by GitHub
parent 0ffaa7bf3d
commit b567a2a563
6 changed files with 30 additions and 39 deletions
+6 -9
View File
@@ -1,15 +1,12 @@
<template>
<cell-group
<cell
:class="b()"
:title="title || $t('title')"
:value="value"
:border="border"
>
<cell
:title="title || $t('title')"
:value="value"
:is-link="editable"
@click="$emit('click')"
/>
</cell-group>
:is-link="editable"
@click="$emit('click')"
/>
</template>
<script>