diff --git a/examples/components/side-nav.vue b/examples/components/side-nav.vue index 427c66c46..dceb20807 100644 --- a/examples/components/side-nav.vue +++ b/examples/components/side-nav.vue @@ -118,6 +118,7 @@ @input="handleDropdownToggle"> {{ item }} diff --git a/examples/docs/en-US/card.md b/examples/docs/en-US/card.md index ed1893c8a..bf86f14ae 100644 --- a/examples/docs/en-US/card.md +++ b/examples/docs/en-US/card.md @@ -60,7 +60,7 @@ Card includes title, content and operations. Card name Operation button -
+
{{'List item ' + o }}
@@ -97,7 +97,7 @@ The header part can be omitted. :::demo ```html -
+
{{'List item ' + o }}
@@ -125,7 +125,7 @@ Display richer content by adding some configs. :::demo The `body-style` attribute defines CSS style of custom `body`. This example also uses `el-col` for layout. ```html - +
diff --git a/examples/docs/en-US/carousel.md b/examples/docs/en-US/carousel.md index 2946a27c7..0bafab0b9 100644 --- a/examples/docs/en-US/carousel.md +++ b/examples/docs/en-US/carousel.md @@ -22,7 +22,7 @@ Loop a series of images or texts in a limited space
Switch when indicator is hovered (default) - +

{{ item }}

@@ -30,7 +30,7 @@ Loop a series of images or texts in a limited space
Switch when indicator is clicked - +

{{ item }}

@@ -65,7 +65,7 @@ Indicators can be displayed outside the carousel ```html