mirror of
https://github.com/youzan/vant.git
synced 2025-12-20 01:01:34 +08:00
[new feature] add Collapse component (#674)
This commit is contained in:
@@ -14,6 +14,8 @@ import Checkbox from './checkbox';
|
||||
import CheckboxGroup from './checkbox-group';
|
||||
import Circle from './circle';
|
||||
import Col from './col';
|
||||
import Collapse from './collapse';
|
||||
import CollapseItem from './collapse-item';
|
||||
import ContactCard from './contact-card';
|
||||
import ContactEdit from './contact-edit';
|
||||
import ContactList from './contact-list';
|
||||
@@ -80,6 +82,8 @@ const components = [
|
||||
CheckboxGroup,
|
||||
Circle,
|
||||
Col,
|
||||
Collapse,
|
||||
CollapseItem,
|
||||
ContactCard,
|
||||
ContactEdit,
|
||||
ContactList,
|
||||
@@ -153,6 +157,8 @@ export {
|
||||
CheckboxGroup,
|
||||
Circle,
|
||||
Col,
|
||||
Collapse,
|
||||
CollapseItem,
|
||||
ContactCard,
|
||||
ContactEdit,
|
||||
ContactList,
|
||||
|
||||
Reference in New Issue
Block a user