diff --git a/apps/showcase/doc/tooltip/AutoHideDoc.vue b/apps/showcase/doc/tooltip/AutoHideDoc.vue index 134d88567..ab27de8bb 100644 --- a/apps/showcase/doc/tooltip/AutoHideDoc.vue +++ b/apps/showcase/doc/tooltip/AutoHideDoc.vue @@ -1,10 +1,10 @@ @@ -15,22 +15,22 @@ export default { return { code: { basic: ` - - + + `, options: ` `, composition: ` ` diff --git a/apps/showcase/doc/tree/BasicDoc.vue b/apps/showcase/doc/tree/BasicDoc.vue index 488b538e3..15f5a1c80 100644 --- a/apps/showcase/doc/tree/BasicDoc.vue +++ b/apps/showcase/doc/tree/BasicDoc.vue @@ -2,7 +2,7 @@

Tree component requires an array of TreeNode objects as its value.

-
+
@@ -20,7 +20,7 @@ export default { `, options: ` @@ -42,7 +42,7 @@ export default { `, composition: ` diff --git a/apps/showcase/doc/tree/ControlledDoc.vue b/apps/showcase/doc/tree/ControlledDoc.vue index 55a4fab7e..dc31eb2db 100644 --- a/apps/showcase/doc/tree/ControlledDoc.vue +++ b/apps/showcase/doc/tree/ControlledDoc.vue @@ -5,7 +5,7 @@ expandedKeys also supports two-way binding with the v-model directive.

-
+