@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.
- package/dist/index.common.js +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -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
package/package.json
CHANGED