@dcloudio/uni-shared
Advanced tools
Comparing version 3.0.0-alpha-3020820210923001 to 3.0.0-alpha-3020920210926001
@@ -203,3 +203,3 @@ 'use strict'; | ||
return fontFace.load().then(() => { | ||
fonts.add(fontFace); | ||
fonts.add && fonts.add(fontFace); | ||
}); | ||
@@ -1070,2 +1070,4 @@ } | ||
const PAGE_HOOKS = [ | ||
ON_SHOW, | ||
ON_HIDE, | ||
ON_BACK_PRESS, | ||
@@ -1072,0 +1074,0 @@ ON_PAGE_SCROLL, |
@@ -199,3 +199,3 @@ import { isHTMLTag, isSVGTag, hyphenate, camelize, extend, isString, isPlainObject, isArray, toTypeString, toRawType, capitalize } from '@vue/shared'; | ||
return fontFace.load().then(() => { | ||
fonts.add(fontFace); | ||
fonts.add && fonts.add(fontFace); | ||
}); | ||
@@ -1066,2 +1066,4 @@ } | ||
const PAGE_HOOKS = [ | ||
ON_SHOW, | ||
ON_HIDE, | ||
ON_BACK_PRESS, | ||
@@ -1068,0 +1070,0 @@ ON_PAGE_SCROLL, |
{ | ||
"name": "@dcloudio/uni-shared", | ||
"version": "3.0.0-alpha-3020820210923001", | ||
"version": "3.0.0-alpha-3020920210926001", | ||
"description": "@dcloudio/uni-shared", | ||
@@ -21,3 +21,3 @@ "main": "./dist/uni-shared.cjs.js", | ||
}, | ||
"gitHead": "b51069976b9d672dd3cd195e44b9750f663a18f8" | ||
"gitHead": "19d2061373292609444dad3302569e6c91ac6947" | ||
} |
106577
2800