XmlTagElement
- 分析模版标签
使用示例
useReducer({
XmlTagElement (node,store ) {
// You can process xmlTag here
let {
tagAst, //分析的节点
num, //用于调用子原子时加到key值上
projectPath, //页面小程序根路径,pages/xx/xx
deep, //节点深度
refRender //创建自定义组件节点
} = node.body;
}
})
本文档使用 BookStack 构建