@dolphinweex/weex-vue-render 0.2.70 → 0.2.71

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.
@@ -11293,6 +11293,7 @@ var dom = {
11293
11293
  var appendCss = utils$3.appendCss;
11294
11294
  key = camelToKebab(key);
11295
11295
  var stylesText = '';
11296
+ styles["fontDisplay"] = "block"
11296
11297
  for (var k in styles) {
11297
11298
  if (styles.hasOwnProperty(k)) {
11298
11299
  stylesText += camelToKebab(k) + ':' + styles[k] + ';';
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.70"
52
+ "version": "0.2.71"
53
53
  }