aui/tmodjs

为什么include引用别的文件夹下模板,运行时提示该模板找不着

Opened this issue · 0 comments

代码中 {{if expand }}
{{include '../extend/button'}}
{{else}}

运行时会报
{Template Error}

./../extend/button //这里为什么会增加一个./这个呀 Render Error Template not found