fix(markdown): Add draft method to part example
This commit is contained in:
parent
8e7595fcb4
commit
fe4953bc23
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ const part = {
|
|||
plugin1,
|
||||
plugin1,
|
||||
[ plugin3, dataForPlugin3 ],
|
||||
]
|
||||
],
|
||||
draft: ({ part }) => part
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue