UNPKG

relax-vue-ui

Version:

基于element-ui二次封装的组件库

7 lines (5 loc) 138 B
import ReForm from "./src/index.vue"; ReForm.install = function (Vue) { Vue.component(ReForm.name, ReForm); }; export default ReForm;