Files
vxe-table/packages/input/index.js
xuliangzhan 3dc064ea73 update
2019-06-14 23:03:03 +08:00

9 lines
170 B
JavaScript

import VxeInput from './src/input'
VxeInput.install = function (Vue) {
Vue.component(VxeInput.name, VxeInput)
}
export const Input = VxeInput
export default VxeInput