Commit 3b58e651 authored by wheeljs's avatar wheeljs Committed by hetech

Radio: change component name (#11957)

parent 1f8c7ba5
......@@ -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;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment