UNPKG

zk-desktop-ui

Version:

ZKTeco UI Components

9 lines (6 loc) 155 B
import Radio from './src/radio'; /* istanbul ignore next */ Radio.install = function(Vue) { Vue.component('zk-radio', Radio); }; export default Radio;