UNPKG

element-ui-for-gov

Version:

element-ui for gov

9 lines (6 loc) 203 B
import RadioButton from '../radio/src/radio-button.vue'; /* istanbul ignore next */ RadioButton.install = function(Vue) { Vue.component(RadioButton.name, RadioButton); }; export default RadioButton;