From c8ecf64355114f653e50fbef704a7afe66d29ba8 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 1 Oct 2024 15:03:31 +0300 Subject: [PATCH] Fixed OrderList demo --- apps/showcase/doc/orderlist/BasicDoc.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/showcase/doc/orderlist/BasicDoc.vue b/apps/showcase/doc/orderlist/BasicDoc.vue index 45764e2c2..b943bf003 100644 --- a/apps/showcase/doc/orderlist/BasicDoc.vue +++ b/apps/showcase/doc/orderlist/BasicDoc.vue @@ -3,7 +3,7 @@

OrderList requires an array as its value bound with the v-model directive and option template for its content.

- + @@ -21,7 +21,7 @@ export default { products: null, code: { basic: ` - + @@ -30,7 +30,7 @@ export default { options: `