iview/src/components/select/index.js

7 lines
180 B
JavaScript
Raw Normal View History

import Select from './select.vue';
import Option from './option.vue';
import OptionGroup from './option-group.vue';
2017-11-30 17:00:39 +08:00
export { Select, Option, OptionGroup };
export default Select;