From e91039e08905ee4d33365b2a9f603240278295d2 Mon Sep 17 00:00:00 2001 From: Gift Date: Thu, 23 Jun 2022 16:56:08 +0100 Subject: [PATCH] feat : added the watch method on the function to make sure that the selected uption is updated anytime there is a delay in the incomming value of the selected prop --- Dropdown.vue | 179 ++++++++++++++++++++++++++++----------------------- 1 file changed, 98 insertions(+), 81 deletions(-) diff --git a/Dropdown.vue b/Dropdown.vue index 7ca56c3..72545b4 100644 --- a/Dropdown.vue +++ b/Dropdown.vue @@ -1,89 +1,105 @@