UNPKG

zk-desktop-ui

Version:

ZKTeco UI Components

9 lines (6 loc) 165 B
import ZkInput from './src/input'; /* istanbul ignore next */ ZkInput.install = function(Vue) { Vue.component(ZkInput.name, ZkInput); }; export default ZkInput;