From b9700aef2dea087c73556af347a361e8c0a4a095 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Tue, 2 Apr 2024 11:38:38 +0300 Subject: [PATCH] OrderList PickList demo updates --- doc/orderlist/BasicDoc.vue | 77 ++++-------------- doc/orderlist/TemplateDoc.vue | 142 ++++++++++++++++++++++++++++++++ doc/picklist/BasicDoc.vue | 72 +++-------------- doc/picklist/TemplateDoc.vue | 148 ++++++++++++++++++++++++++++++++++ pages/orderlist/index.vue | 6 ++ pages/picklist/index.vue | 6 ++ 6 files changed, 331 insertions(+), 120 deletions(-) create mode 100644 doc/orderlist/TemplateDoc.vue create mode 100644 doc/picklist/TemplateDoc.vue diff --git a/doc/orderlist/BasicDoc.vue b/doc/orderlist/BasicDoc.vue index ee3a0bd6f..1ea1d9476 100644 --- a/doc/orderlist/BasicDoc.vue +++ b/doc/orderlist/BasicDoc.vue @@ -2,21 +2,10 @@

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

-
- - -