UNPKG

zk-desktop-ui

Version:

ZKTeco UI Components

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