UNPKG

element-ui-for-gov

Version:

element-ui for gov

9 lines (6 loc) 186 B
import UserPicker from './src/user-picker'; /* istanbul ignore next */ UserPicker.install = function(Vue) { Vue.component(UserPicker.name, UserPicker); }; export default UserPicker;