Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Radio: change component name (#11957)
  • Loading branch information
wheeljs authored and ziyoung committed Jul 12, 2018
1 parent 1f8c7ba commit 3b58e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/radio/index.js
Expand Up @@ -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;

0 comments on commit 3b58e65

Please sign in to comment.