@dolphinweex/weex-vue-render 0.2.62 → 0.2.63

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.
@@ -6097,6 +6097,7 @@ var scrollable$1 = {
6097
6097
  var i = (void 0);
6098
6098
  if ((i = parent.$options) && (i = i._scopeId)) {
6099
6099
  scopeIds.push(i);
6100
+ break; // scopeIds有内容就终止while循环 否则会一直添加父级作用域导致同类名污染
6100
6101
  }
6101
6102
  parent = parent.$parent;
6102
6103
  }
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  "type": "git",
50
50
  "url": "git+ssh://git@github.com/weexteam/weex-vue-render.git"
51
51
  },
52
- "version": "0.2.62"
52
+ "version": "0.2.63"
53
53
  }