@dolphinweex/weex-vue-render 0.2.14 → 0.2.16

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.
@@ -10262,6 +10262,7 @@ var dom = {
10262
10262
  }
10263
10263
  }
10264
10264
  var styleText = "@" + key + "{" + stylesText + "}";
10265
+ styleText = styleText.replace('local://', 'arkweb://');
10265
10266
  appendCss(styleText, 'dom-added-rules');
10266
10267
  }
10267
10268
  };
package/dist/index.js CHANGED
@@ -9884,6 +9884,7 @@ var dom = {
9884
9884
  }
9885
9885
  }
9886
9886
  var styleText = "@" + key + "{" + stylesText + "}";
9887
+ styleText = styleText.replace('local://', 'arkweb://');
9887
9888
  appendCss(styleText, 'dom-added-rules');
9888
9889
  }
9889
9890
  };
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.14"
52
+ "version": "0.2.16"
53
53
  }