提交 43afcf0d 编写于 作者: d-u-a's avatar d-u-a

fix: ios vue页面无回弹效果问题

上级 d6230bb1
......@@ -28,7 +28,9 @@ const WEBVIEW_STYLE_BLACKLIST = [
]
export function parseWebviewStyle (id, path, routeOptions = {}) {
const webviewStyle = Object.create(null)
const webviewStyle = {
bounce: 'vertical'
}
// 合并
routeOptions.window = parseStyleUnit(Object.assign(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册