Radio: change component name (#11957)

This commit is contained in:
wheeljs
2018-07-12 12:07:36 +08:00
committed by hetech
parent 1f8c7ba598
commit 3b58e65132

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;