diff --git a/examples/Components/Routes/Export/index.vue b/examples/Components/Routes/Export/index.vue index ac4127ee..603cf0ce 100644 --- a/examples/Components/Routes/Export/index.vue +++ b/examples/Components/Routes/Export/index.vue @@ -211,7 +211,7 @@ export default { Export HTML or JSON

- You are able to export your data as HTML or JSON. To pass HTML to the editor use the content slot. To pass JSON to the editor use the doc prop. + You are able to export your data as HTML or JSON.

`, onUpdate: ({ getJSON, getHTML }) => {