UNPKG

element-ui-for-gov

Version:

element-ui for gov

9 lines (6 loc) 194 B
import PopoverSelect from './src/main'; /* istanbul ignore next */ PopoverSelect.install = function(Vue) { Vue.component(PopoverSelect.name, PopoverSelect); }; export default PopoverSelect;