提交 eaef31f7 编写于 作者: fxy060608's avatar fxy060608

fix(nvue): bubble = 'true'

上级 d07d1359
import { createBindDirectiveNode } from '@dcloudio/uni-cli-shared'
import {
createAttributeNode,
createBindDirectiveNode,
} from '@dcloudio/uni-cli-shared'
import {
AttributeNode,
createSimpleExpression,
......@@ -69,7 +72,7 @@ function createScrollViewProps({
scrollIndicator === 'none' ? falseExpr : trueExpr
),
createBindDirectiveNode('enableBackToTop', trueExpr),
createBindDirectiveNode('bubble', trueExpr),
createAttributeNode('bubble', 'true'),
createBindDirectiveNode('style', `{flexDirection:'column'}`),
]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册