index.js 217 B

123456789
  1. import VxeRadioButton from '../radio/src/button'
  2. export const RadioButton = Object.assign(VxeRadioButton, {
  3. install (Vue) {
  4. Vue.component(VxeRadioButton.name, VxeRadioButton)
  5. }
  6. })
  7. export default RadioButton