iview/src/components/select/index.js
2019-08-27 09:42:40 +08:00

7 lines
No EOL
180 B
JavaScript

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