mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
remove redundant (#4959)
This commit is contained in:
parent
d3dbac58e2
commit
e73317bbe6
@ -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> <% });} %>"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user