update example

This commit is contained in:
Philipp Kühn
2019-10-24 16:47:07 +02:00
committed by GitHub
parent 4d140322e1
commit 3a0be198db

View File

@@ -211,7 +211,7 @@ export default {
Export HTML or JSON
</h2>
<p>
You are able to export your data as <code>HTML</code> or <code>JSON</code>. To pass <code>HTML</code> to the editor use the <code>content</code> slot. To pass <code>JSON</code> to the editor use the <code>doc</code> prop.
You are able to export your data as <code>HTML</code> or <code>JSON</code>.
</p>
`,
onUpdate: ({ getJSON, getHTML }) => {