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