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.
package/dist/icve-urc.common.js
CHANGED
|
@@ -114084,9 +114084,9 @@ var fileUpload_component = normalizeComponent(
|
|
|
114084
114084
|
// 添加 install 方法以支持 Vue.use()
|
|
114085
114085
|
/* harmony default export */ var index = ({
|
|
114086
114086
|
install(Vue) {
|
|
114087
|
-
Vue.component(
|
|
114088
|
-
Vue.component(
|
|
114089
|
-
Vue.component(
|
|
114087
|
+
Vue.component("FileImport", fileImport);
|
|
114088
|
+
Vue.component("FilePreview", components_filePreview);
|
|
114089
|
+
Vue.component("FileUpload", components_fileUpload);
|
|
114090
114090
|
},
|
|
114091
114091
|
});
|
|
114092
114092
|
|