mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[new feature] add CountDown component (#3805)
This commit is contained in:
@@ -18,6 +18,7 @@ import CollapseItem from './collapse-item';
|
||||
import ContactCard from './contact-card';
|
||||
import ContactEdit from './contact-edit';
|
||||
import ContactList from './contact-list';
|
||||
import CountDown from './count-down';
|
||||
import Coupon from './coupon';
|
||||
import CouponCell from './coupon-cell';
|
||||
import CouponList from './coupon-list';
|
||||
@@ -107,6 +108,7 @@ const components = [
|
||||
ContactCard,
|
||||
ContactEdit,
|
||||
ContactList,
|
||||
CountDown,
|
||||
Coupon,
|
||||
CouponCell,
|
||||
CouponList,
|
||||
@@ -201,6 +203,7 @@ export {
|
||||
ContactCard,
|
||||
ContactEdit,
|
||||
ContactList,
|
||||
CountDown,
|
||||
Coupon,
|
||||
CouponCell,
|
||||
CouponList,
|
||||
|
Reference in New Issue
Block a user