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