mirror of https://github.com/ElemeFE/element
Radio: change component name (#11957)
parent
1f8c7ba598
commit
3b58e65132
|
@ -2,7 +2,7 @@ import Radio from './src/radio';
|
|||
|
||||
/* istanbul ignore next */
|
||||
Radio.install = function(Vue) {
|
||||
Vue.component('el-radio', Radio);
|
||||
Vue.component(Radio.name, Radio);
|
||||
};
|
||||
|
||||
export default Radio;
|
||||
|
|
Loading…
Reference in New Issue