mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
fix doc
This commit is contained in:
parent
cc683b8ded
commit
34dec9cf04
@ -77,8 +77,13 @@ List 的内容、Card 卡片的内容配置同上
|
||||
},
|
||||
"controls": [
|
||||
{
|
||||
"type": "tpl",
|
||||
"tpl": "<span class='label label-info m-l-sm'><%= data.item %></span>"
|
||||
"type": "each",
|
||||
"label": "静态展示each",
|
||||
"name": "each",
|
||||
"items": {
|
||||
"type": "tpl",
|
||||
"tpl": "<span class='label label-info m-l-sm'><%= data.item %></span>"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user