mirror of https://github.com/ElemeFE/element
8 lines
183 B
JavaScript
8 lines
183 B
JavaScript
![]() |
const RadioButton = require('../radio/src/radio-button.vue');
|
||
|
|
||
|
RadioButton.install = function(Vue) {
|
||
|
Vue.component(RadioButton.name, RadioButton);
|
||
|
};
|
||
|
|
||
|
module.exports = RadioButton;
|