2016-07-27 06:15:02 +00:00
|
|
|
const RadioGroup = require('../radio/src/radio-group.vue');
|
|
|
|
|
2016-10-19 14:48:35 +00:00
|
|
|
/* istanbul ignore next */
|
2016-07-27 06:15:02 +00:00
|
|
|
RadioGroup.install = function(Vue) {
|
|
|
|
Vue.component(RadioGroup.name, RadioGroup);
|
|
|
|
};
|
|
|
|
|
|
|
|
module.exports = RadioGroup;
|