[breaking change] Coupon: use camelcase data (#1643)

This commit is contained in:
neverland
2018-08-17 15:20:08 +08:00
committed by GitHub
parent bf7b84fee6
commit abd4819ca1
5 changed files with 25 additions and 21 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
<template>
<cell-group :class="b()">
<cell :title="title || $t('title')" :value="value" :is-link="editable" @click="$emit('click')" />
<cell
:title="title || $t('title')"
:value="value"
:is-link="editable"
@click="$emit('click')"
/>
</cell-group>
</template>