UNPKG

ux-react

Version:

Mobile web UI based on Vue and WeUI

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