XmlElementChildren
- 处理节点子节点
使用示例
useReducer({
XmlElementChildren (node, store) {
// You can process children node here
let {
ast, //分析的节点
num, //用于调用子原子时加到key值上
projectPath, //页面小程序根路径,pages/xx/xx
deep, //节点深度
refRender //创建自定义组件节点
} = node.body;
}
})