[Improvement] CouponCell text adjust (#371)

* [Improvement] CouponCell text adjust

* fix: Coupon test cases

* [bugfix] SubmitBar i18n not work
This commit is contained in:
neverland
2017-12-04 11:32:55 +08:00
committed by GitHub
parent b50d8cd8f6
commit bbdf135724
3 changed files with 16 additions and 19 deletions

View File

@@ -21,10 +21,13 @@
<script>
import Button from '../button';
import { i18n } from '../locale';
export default {
name: 'van-submit-bar',
mixins: [i18n],
components: {
[Button.name]: Button
},