UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 162 B
import ElRadio from './src/Radio.vue' /* istanbul ignore next */ ElRadio.install = function (app) { app.component(ElRadio.name, ElRadio) } export { ElRadio }