element/packages/radio-button/index.js
2016-10-19 22:48:35 +08:00

9 lines
210 B
JavaScript

const RadioButton = require('../radio/src/radio-button.vue');
/* istanbul ignore next */
RadioButton.install = function(Vue) {
Vue.component(RadioButton.name, RadioButton);
};
module.exports = RadioButton;