mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 00:14:18 +00:00
[Improvement] CouponCell text adjust (#371)
* [Improvement] CouponCell text adjust * fix: Coupon test cases * [bugfix] SubmitBar i18n not work
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
Reference in New Issue
Block a user