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

fix(mp-weixin): ref in scoped slots

上级 9f3938c3
......@@ -36,10 +36,12 @@ function selectAllComponents (mpInstance, selector, $refs) {
components.forEach(component => {
const ref = component.dataset.ref
$refs[ref] = component.$vm || component
if (component.dataset.vueGeneric === 'scoped') {
component.selectAllComponents('.scoped-ref').forEach(scopedComponent => {
selectAllComponents(scopedComponent, selector, $refs)
})
if (__PLATFORM__ === 'mp-weixin') {
if (component.dataset.vueGeneric === 'scoped') {
component.selectAllComponents('.scoped-ref').forEach(scopedComponent => {
selectAllComponents(scopedComponent, selector, $refs)
})
}
}
})
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册