开发者社区 问答 正文

检测到无限循环,部分../foo.mustache先前已加载

嗨,我有两个如下的车把模板。

foo.mustache

{{#if hasProperties}}
    {{>bar}}
{{/if}}{{^hasProperties}}{{propsName}}{{/hasProperties}}

小胡子

{{#propertyObject}}{{>foo}}{{/propertyObject}}

编译并运行时,出现以下错误。

检测到无限循环,先前已加载了部分'/templates/foo.mustache'

解决此问题的正确方法是什么?

展开
收起
垚tutu 2019-11-29 20:00:11 609 分享 版权
0 条回答
写回答
取消 提交回答
问答地址: