diff --git a/doc/orderlist/BasicDoc.vue b/doc/orderlist/BasicDoc.vue
index 42329316b..fa39032b6 100644
--- a/doc/orderlist/BasicDoc.vue
+++ b/doc/orderlist/BasicDoc.vue
@@ -3,7 +3,7 @@
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 }}
@@ -30,7 +30,7 @@ export default {
options: `
-
+
{{ item.name }}
@@ -55,7 +55,7 @@ export default {
composition: `
-
+
{{ item.name }}
diff --git a/doc/passthrough/DeclarativeDoc.vue b/doc/passthrough/DeclarativeDoc.vue
index 82eb25679..ccfbb7710 100644
--- a/doc/passthrough/DeclarativeDoc.vue
+++ b/doc/passthrough/DeclarativeDoc.vue
@@ -24,14 +24,14 @@ export default {
basic: `
`