mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 11:17:38 +08:00
9 lines
155 B
JavaScript
9 lines
155 B
JavaScript
import Radio from './src/radio';
|
|
|
|
/* istanbul ignore next */
|
|
Radio.install = function(Vue) {
|
|
Vue.component('el-radio', Radio);
|
|
};
|
|
|
|
export default Radio;
|