index.js 188 B

1234567891011
  1. /*
  2. * author kcz
  3. * date 2019-11-20
  4. */
  5. import KFormItem from "./index.vue";
  6. KFormItem.install = function(Vue) {
  7. Vue.component(KFormItem.name, KFormItem);
  8. };
  9. export default KFormItem;