1
0
Fork 0

fix(markdown): Add draft method to part example

This commit is contained in:
Joost De Cock 2022-10-09 23:47:58 +02:00
parent 8e7595fcb4
commit fe4953bc23

View file

@ -26,7 +26,8 @@ const part = {
plugin1,
plugin1,
[ plugin3, dataForPlugin3 ],
]
],
draft: ({ part }) => part
}
```