mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 19:17:54 +08:00
Merge branch 'master' of https://github.com/baidu/amis
This commit is contained in:
commit
73c562fbb5
@ -4,4 +4,4 @@
|
||||
|
||||
- `type` 请设置成 `operation`。
|
||||
- `label` 列标题。
|
||||
- `buttons` 按钮集合,请参考[Button](./Button.md) 按钮配置说明。
|
||||
- `buttons` 按钮集合,请参考[Button](./Form/Button.md) 按钮配置说明。
|
||||
|
@ -594,6 +594,13 @@ export default {
|
||||
cb(null, makeMarkdownRenderer(doc));
|
||||
}),
|
||||
},
|
||||
{
|
||||
label: 'Operation',
|
||||
path: '/docs/renderers/Operation',
|
||||
getComponent: (location, cb) => require(['../../docs/renderers/Operation.md'], (doc) => {
|
||||
cb(null, makeMarkdownRenderer(doc));
|
||||
})
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user