UNPKG

element3

Version:

A Component Library for Vue3

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