add Collapse component

add Collapse component
This commit is contained in:
梁灏 2016-09-13 07:56:38 +08:00
parent 14768934b1
commit 49306c7a7f
12 changed files with 268 additions and 27 deletions

View file

@ -0,0 +1,5 @@
import Collapse from './collapse.vue';
import Panel from './panel.vue';
Collapse.Panel = Panel;
export default Collapse;