UNPKG

element-ui-for-gov

Version:

element-ui for gov

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