diff --git a/doc/orderlist/BasicDoc.vue b/doc/orderlist/BasicDoc.vue
index b8ca04e80..565e9f041 100644
--- a/doc/orderlist/BasicDoc.vue
+++ b/doc/orderlist/BasicDoc.vue
@@ -2,8 +2,8 @@
OrderList requires an array as its value bound with the v-model directive and item template for its content.
-
-
+
+
{{ item.name }}
@@ -21,7 +21,7 @@ export default {
products: null,
code: {
basic: `
-
+
{{ item.name }}
@@ -29,8 +29,8 @@ export default {
`,
options: `
-
-
+
+
{{ item.name }}
@@ -54,8 +54,8 @@ export default {
`,
composition: `
-
-
+
+
{{ item.name }}
diff --git a/doc/orderlist/TemplateDoc.vue b/doc/orderlist/TemplateDoc.vue
index 951e35c52..1573a05a0 100644
--- a/doc/orderlist/TemplateDoc.vue
+++ b/doc/orderlist/TemplateDoc.vue
@@ -2,10 +2,10 @@
For custom content support define an item template that gets the item instance as a parameter. In addition header slot is provided for further customization.
-
-
+
+
-
+
{{ item.name }}
@@ -30,9 +30,9 @@ export default {
products: null,
code: {
basic: `
-
+
-
+
{{ item.name }}
@@ -48,10 +48,10 @@ export default {
`,
options: `
-
-
+
+
-
+
{{ item.name }}
@@ -83,10 +83,10 @@ export default {
`,
composition: `
-
-
+
+
-
+
{{ item.name }}