From bfb52ebfa637071e385491745e0156648839847b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 27 Oct 2020 22:41:19 +0100 Subject: [PATCH] update image content --- docs/src/demos/Extensions/Image/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/demos/Extensions/Image/index.vue b/docs/src/demos/Extensions/Image/index.vue index f390a7ac5..1808e6faa 100644 --- a/docs/src/demos/Extensions/Image/index.vue +++ b/docs/src/demos/Extensions/Image/index.vue @@ -43,8 +43,9 @@ export default { Image(), ], content: ` -

This is basic example of implementing images. Try to drop new images here. Reordering also works.

+

This is a basic example of implementing images. Drag to re-order.

+ `, }) },