mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
10 lines
166 B
JavaScript
10 lines
166 B
JavaScript
import VxeForm from './src/form'
|
|
|
|
export const Form = Object.assign(VxeForm, {
|
|
install (Vue) {
|
|
Vue.component(VxeForm.name, VxeForm)
|
|
}
|
|
})
|
|
|
|
export default Form
|