mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[improvement] Coupon: jsx (#2456)
This commit is contained in:
@@ -19,6 +19,7 @@ import CollapseItem from './collapse-item';
|
||||
import ContactCard from './contact-card';
|
||||
import ContactEdit from './contact-edit';
|
||||
import ContactList from './contact-list';
|
||||
import Coupon from './coupon';
|
||||
import CouponCell from './coupon-cell';
|
||||
import CouponList from './coupon-list';
|
||||
import DatetimePicker from './datetime-picker';
|
||||
@@ -93,6 +94,7 @@ const components = [
|
||||
ContactCard,
|
||||
ContactEdit,
|
||||
ContactList,
|
||||
Coupon,
|
||||
CouponCell,
|
||||
CouponList,
|
||||
DatetimePicker,
|
||||
@@ -178,6 +180,7 @@ export {
|
||||
ContactCard,
|
||||
ContactEdit,
|
||||
ContactList,
|
||||
Coupon,
|
||||
CouponCell,
|
||||
CouponList,
|
||||
DatetimePicker,
|
||||
|
Reference in New Issue
Block a user