ai.touchui-vue 1.35.1 → 1.35.2

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.
@@ -13560,8 +13560,8 @@ popup.install = function (Vue) {
13560
13560
  };
13561
13561
 
13562
13562
  /* harmony default export */ var packages_popup = (popup);
13563
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/scroll/src/scroll.vue?vue&type=template&id=483541b4
13564
- var scrollvue_type_template_id_483541b4_render = function () {
13563
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/scroll/src/scroll.vue?vue&type=template&id=33620dd3
13564
+ var scrollvue_type_template_id_33620dd3_render = function () {
13565
13565
  var _vm = this
13566
13566
  var _h = _vm.$createElement
13567
13567
  var _c = _vm._self._c || _h
@@ -13616,11 +13616,11 @@ var scrollvue_type_template_id_483541b4_render = function () {
13616
13616
  ]
13617
13617
  )
13618
13618
  }
13619
- var scrollvue_type_template_id_483541b4_staticRenderFns = []
13620
- scrollvue_type_template_id_483541b4_render._withStripped = true
13619
+ var scrollvue_type_template_id_33620dd3_staticRenderFns = []
13620
+ scrollvue_type_template_id_33620dd3_render._withStripped = true
13621
13621
 
13622
13622
 
13623
- // CONCATENATED MODULE: ./packages/scroll/src/scroll.vue?vue&type=template&id=483541b4
13623
+ // CONCATENATED MODULE: ./packages/scroll/src/scroll.vue?vue&type=template&id=33620dd3
13624
13624
 
13625
13625
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/scroll/src/scroll.vue?vue&type=script&lang=js
13626
13626
  var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
@@ -13881,9 +13881,11 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
13881
13881
  setTimeout(function () {
13882
13882
 
13883
13883
  // 计算初始化数据
13884
- _this2.offsetHeight = _this2.$refs.content.offsetHeight;
13885
- _this2.scrollHeight = _this2.$refs.content.scrollHeight;
13886
- _this2.scrollerTop = _this2.$el.getBoundingClientRect().top;
13884
+ if (_this2.$el && _this2.$refs.content) {
13885
+ _this2.offsetHeight = _this2.$refs.content.offsetHeight;
13886
+ _this2.scrollHeight = _this2.$refs.content.scrollHeight;
13887
+ _this2.scrollerTop = _this2.$el.getBoundingClientRect().top;
13888
+ }
13887
13889
 
13888
13890
  // 计算粘连点
13889
13891
  _this2.setStickies();
@@ -14052,8 +14054,8 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
14052
14054
 
14053
14055
  var scroll_component = normalizeComponent(
14054
14056
  src_scrollvue_type_script_lang_js,
14055
- scrollvue_type_template_id_483541b4_render,
14056
- scrollvue_type_template_id_483541b4_staticRenderFns,
14057
+ scrollvue_type_template_id_33620dd3_render,
14058
+ scrollvue_type_template_id_33620dd3_staticRenderFns,
14057
14059
  false,
14058
14060
  null,
14059
14061
  null,