remove redundant (#4959)

This commit is contained in:
pzzhai 2022-07-29 15:00:43 +08:00 committed by GitHub
parent d3dbac58e2
commit e73317bbe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ amis 还支持用 JavaScript 模板引擎进行组织输出,内部采用 [loda
},
{
"type": "tpl",
"tpl": "<% if (data.items && data.items.length) { %>Array: <% data.items.forEach(function(item) { %> <span class='label label-default'><%= item %></span> <% }); %><% } %>"
"tpl": "<% if (data.items && data.items.length) { %>Array: <% data.items.forEach(function(item) { %> <span class='label label-default'><%= item %></span> <% });} %>"
}
]
}