提交 d2186580 编写于 作者: F fw6 提交者: LiuXH

支付宝小程序组件中使用ref报错

项目编译成支付宝小程序插件,页面内的子组件使用ref会报错

#2974
上级 33c0ee7a
......@@ -141,7 +141,7 @@ function handleProps (ref) {
}
export function handleRef (ref) {
if (!ref) {
if (!(ref && this.$vm)) {
return
}
if (ref.props['data-com-type'] === 'wx') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册