UNPKG

yw-common-list

Version:

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

10 lines (7 loc) 190 B
import VxeLoading from './src/loading' export const Loading = Object.assign(VxeLoading, { install (Vue) { Vue.component(VxeLoading.name, VxeLoading) } }) export default VxeLoading