index.js 203 B

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