提交 0efbc1fd 编写于 作者: D DCloud_LXH

fix(nvue): movable-area ref

上级 f635c351
......@@ -120,9 +120,9 @@ export default defineComponent({
const defaultSlots = slots.default && slots.default()
const movableViewItems = flatVNode(defaultSlots)
return (
<view class="uni-movable-area" {...listeners}>
<div ref={rootRef} class="uni-movable-area" {...listeners}>
{movableViewItems}
</view>
</div>
)
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册