icloud-ui 1.0.17 → 1.0.18

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.
@@ -104988,6 +104988,9 @@ var index_common = __webpack_require__(69851);
104988
104988
  var index_common_default = /*#__PURE__*/__webpack_require__.n(index_common);
104989
104989
  // EXTERNAL MODULE: ./node_modules/vxe-table-plugin-element/dist/index.common.js
104990
104990
  var dist_index_common = __webpack_require__(81481);
104991
+ // EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
104992
+ var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(13797);
104993
+ var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_vue_commonjs2_vue_root_Vue_);
104991
104994
  ;// CONCATENATED MODULE: ./src/package/index.js
104992
104995
 
104993
104996
  // import Button from "../package/button"; // 引入封装好的组件
@@ -105015,16 +105018,18 @@ var dist_index_common = __webpack_require__(81481);
105015
105018
 
105016
105019
  index_common_default().use(dist_index_common/* default */.ZP);
105017
105020
  /* VXETable end */
105021
+
105022
+
105023
+ external_commonjs_vue_commonjs2_vue_root_Vue_default().use((element_ui_common_default()), {
105024
+ size: 'small'
105025
+ });
105026
+ external_commonjs_vue_commonjs2_vue_root_Vue_default().use((index_common_default()), {
105027
+ size: 'small'
105028
+ });
105018
105029
  // 自定义组件对象
105019
105030
  var CloudtUi = {
105020
105031
  // install 是默认的方法。当外界在 use 这个组件的时候,就会调用本身的 install 方法,同时传一个 Vue 这个类的参数
105021
105032
  install: function install(Vue) {
105022
- Vue.use((element_ui_common_default()), {
105023
- size: 'small'
105024
- });
105025
- Vue.use((index_common_default()), {
105026
- size: 'small'
105027
- });
105028
105033
  // Vue.component() 与正常的全局注册组件用法相同,可以理解为通过 install 和 Vue.use()函数注册了全局组件
105029
105034
  Vue.component('zcloudUi_toolbar', toolbar);
105030
105035
  Vue.component('zcloudUi_card', card);