mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 19:08:45 +08:00
修复table Operation 文档
This commit is contained in:
parent
379880c0e3
commit
6c3e2d3252
@ -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