UNPKG

ux-react

Version:

Mobile web UI based on Vue and WeUI

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;