From 9aa17fd097a4c90006e00022b8b5bde75c3f21c0 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Thu, 30 May 2024 03:00:20 +0300 Subject: [PATCH] Update OrderList samples --- doc/orderlist/BasicDoc.vue | 14 +++++++------- doc/orderlist/TemplateDoc.vue | 22 +++++++++++----------- 2 files changed, 18 insertions(+), 18 deletions(-) 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.

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