iview/src/components/select/index.js
梁灏 4b05d84ea2 Modify the directory structure
Modify the directory structure
2016-10-28 10:09:07 +08:00

5 lines
No EOL
156 B
JavaScript

import Select from './select.vue';
import Option from './option.vue';
import OptionGroup from './option-group.vue';
export { Select, Option, OptionGroup };