UNPKG

at-ui

Version:

A UI Component Library with Vue.js

8 lines (5 loc) 173 B
import RadioButton from '../radio/src/radio-button.vue' RadioButton.install = function (Vue) { Vue.component(RadioButton.name, RadioButton) } export default RadioButton