ecinc-cloud-yoabase 9.5.9 → 9.5.10
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/lib/ecyoabase.common.js
CHANGED
|
@@ -186623,11 +186623,6 @@ __webpack_require__("e792");
|
|
|
186623
186623
|
|
|
186624
186624
|
|
|
186625
186625
|
|
|
186626
|
-
// 为组件添加 install 方法
|
|
186627
|
-
systemSummary.install = function (Vue) {
|
|
186628
|
-
Vue.component('BaseSystemSummary', systemSummary);
|
|
186629
|
-
};
|
|
186630
|
-
|
|
186631
186626
|
// 以对象的结构保存组件,便于遍历
|
|
186632
186627
|
var yoabase_components = {
|
|
186633
186628
|
CityCodeConfig: cityCodeConfig,
|
package/lib/ecyoabase.umd.js
CHANGED
|
@@ -186632,11 +186632,6 @@ __webpack_require__("e792");
|
|
|
186632
186632
|
|
|
186633
186633
|
|
|
186634
186634
|
|
|
186635
|
-
// 为组件添加 install 方法
|
|
186636
|
-
systemSummary.install = function (Vue) {
|
|
186637
|
-
Vue.component('BaseSystemSummary', systemSummary);
|
|
186638
|
-
};
|
|
186639
|
-
|
|
186640
186635
|
// 以对象的结构保存组件,便于遍历
|
|
186641
186636
|
var yoabase_components = {
|
|
186642
186637
|
CityCodeConfig: cityCodeConfig,
|