UNPKG

yw-common-list

Version:

基于vxe-table封装的自定义可配置表格

10 lines (7 loc) 173 B
import VxeInput from './src/input' export const Input = Object.assign(VxeInput, { install (Vue) { Vue.component(VxeInput.name, VxeInput) } }) export default Input