UNPKG

zk-desktop-ui

Version:

ZKTeco UI Components

9 lines (6 loc) 203 B
import RadioButton from '../radio/src/radio-button.vue'; /* istanbul ignore next */ RadioButton.install = function(Vue) { Vue.component(RadioButton.name, RadioButton); }; export default RadioButton;