UNPKG

yw-common-list

Version:

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

10 lines (7 loc) 217 B
import VxeRadioButton from '../radio/src/button' export const RadioButton = Object.assign(VxeRadioButton, { install (Vue) { Vue.component(VxeRadioButton.name, VxeRadioButton) } }) export default RadioButton