UNPKG

element-ui

Version:

A Component Library for Vue.js.

9 lines (6 loc) 210 B
const RadioButton = require('../radio/src/radio-button.vue'); /* istanbul ignore next */ RadioButton.install = function(Vue) { Vue.component(RadioButton.name, RadioButton); }; module.exports = RadioButton;