3169614c80dc2bada2ce28930788577e816d8fc588baf0156bd020609be6a533fa7c511fdbf0217b5e6b74c572ad5695d7ad08a5815bd7907767f5784d4516 203 B

12345678
  1. import RadioButton from '../radio/src/radio-button.vue';
  2. /* istanbul ignore next */
  3. RadioButton.install = function(Vue) {
  4. Vue.component(RadioButton.name, RadioButton);
  5. };
  6. export default RadioButton;