UNPKG

at-ui

Version:

A UI Component Library with Vue.js

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