mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Radio: change component name (#11957)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user