diff --git a/doc/image/BasicDoc.vue b/doc/image/BasicDoc.vue
index e6b20c94a..dcf057d1e 100644
--- a/doc/image/BasicDoc.vue
+++ b/doc/image/BasicDoc.vue
@@ -3,7 +3,7 @@
Image is used similar to the standard img element.
-
+
@@ -14,19 +14,19 @@ export default {
return {
code: {
basic: `
-
+
`,
options: `
-
+
`,
composition: `
-
+
`
}
diff --git a/doc/image/PreviewDoc.vue b/doc/image/PreviewDoc.vue
index 1440385e0..9602fd927 100644
--- a/doc/image/PreviewDoc.vue
+++ b/doc/image/PreviewDoc.vue
@@ -15,7 +15,7 @@ export default {
return {
code: {
basic: `
-
+
`,
options: `
diff --git a/doc/image/TemplateDoc.vue b/doc/image/TemplateDoc.vue
index aa1d1311c..a513cb502 100644
--- a/doc/image/TemplateDoc.vue
+++ b/doc/image/TemplateDoc.vue
@@ -1,17 +1,20 @@
- An eye icon is displayed by default when the image is hovered in preview mode. Use the indicator slot for custom content.
+
+ An eye icon is displayed by default when the image is hovered in preview mode, use the indicatoricon slot for custom content. In addition, the image and preview slots are available to define the thumbnail and detailed
+ image respectively.
+
@@ -26,13 +29,13 @@ export default {
basic: `
-
+
-
+
-
+
`,
@@ -41,13 +44,13 @@ export default {
@@ -58,17 +61,18 @@ export default {
-`
+
+`
}
};
}