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

fix(view): requestComponentInfo

上级 a445c140
因为 它太大了无法显示 source diff 。你可以改为 查看blob
...@@ -101,7 +101,7 @@ function getNodesInfo (pageVm, component, selector, single, fields) { ...@@ -101,7 +101,7 @@ function getNodesInfo (pageVm, component, selector, single, fields) {
}) })
} }
if ($el.matches(selector)) { if ($el.matches(selector)) {
infos.unshift($el) infos.unshift(getNodeInfo($el, fields))
} }
return infos return infos
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册