From 3a0be198db3c721bb33d39b43149c6f90ec6b5d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20K=C3=BChn?= Date: Thu, 24 Oct 2019 16:47:07 +0200 Subject: [PATCH] update example --- examples/Components/Routes/Export/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Components/Routes/Export/index.vue b/examples/Components/Routes/Export/index.vue index ac4127ee5..603cf0ce0 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 }) => {