UNPKG

zk-desktop-ui

Version:

ZKTeco UI Components

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