iview/src/components/select/index.js

7 lines
180 B
JavaScript
Raw Normal View History

2019-08-27 09:42:40 +08:00
import Select from './select.vue';
import Option from './option.vue';
import OptionGroup from './option-group.vue';
export { Select, Option, OptionGroup };
export default Select;