UNPKG

element-mini-ui

Version:

A Component Library baseOn element-ui

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