Radio: change component name (#11957)

pull/11967/head
wheeljs 2018-07-12 12:07:36 +08:00 committed by hetech
parent 1f8c7ba598
commit 3b58e65132
1 changed files with 1 additions and 1 deletions

View File

@ -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;