icve-urc 1.0.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114093,9 +114093,9 @@ var fileUpload_component = normalizeComponent(
114093
114093
  // 添加 install 方法以支持 Vue.use()
114094
114094
  /* harmony default export */ var index = ({
114095
114095
  install(Vue) {
114096
- Vue.component('FileImport', fileImport)
114097
- Vue.component('FilePreview', components_filePreview)
114098
- Vue.component('FileUpload', components_fileUpload)
114096
+ Vue.component("FileImport", fileImport);
114097
+ Vue.component("FilePreview", components_filePreview);
114098
+ Vue.component("FileUpload", components_fileUpload);
114099
114099
  },
114100
114100
  });
114101
114101