UNPKG

ux-react

Version:

Mobile web UI based on Vue and WeUI

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