UNPKG

wp-element-ui

Version:
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;