@deanwu/vue-component-library 1.0.44 → 1.0.45
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/vue-component-library.common.js +8 -3
- package/dist/vue-component-library.common.js.map +1 -1
- package/dist/vue-component-library.umd.js +8 -3
- package/dist/vue-component-library.umd.js.map +1 -1
- package/dist/vue-component-library.umd.min.js +1 -1
- package/dist/vue-component-library.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -95834,8 +95834,7 @@ var components_install = function install(Vue, config) {
|
|
|
95834
95834
|
});
|
|
95835
95835
|
};
|
|
95836
95836
|
|
|
95837
|
-
|
|
95838
|
-
install: components_install,
|
|
95837
|
+
var components_fun = {
|
|
95839
95838
|
cryptoJs: crypto_js_default.a,
|
|
95840
95839
|
validate: validate,
|
|
95841
95840
|
shortcutKey: shortcuts,
|
|
@@ -95952,7 +95951,13 @@ var components_install = function install(Vue, config) {
|
|
|
95952
95951
|
Vue.prototype.cookie.set(name, '', -1);
|
|
95953
95952
|
}
|
|
95954
95953
|
}
|
|
95955
|
-
}
|
|
95954
|
+
};
|
|
95955
|
+
|
|
95956
|
+
for (var components_key in components_fun) {
|
|
95957
|
+
components_install[components_key] = components_fun[components_key];
|
|
95958
|
+
}
|
|
95959
|
+
|
|
95960
|
+
/* harmony default export */ var src_components = (components_install);
|
|
95956
95961
|
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
95957
95962
|
|
|
95958
95963
|
|