From 6a10b27b987f28165164c97fbb8650a46f24ef70 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 23 Aug 2024 16:02:28 +0200 Subject: [PATCH] playground(modal/slideover): update --- playground/app/components/ModalExample.vue | 15 +++++++++++++++ .../components/ModalProgrammaticExample.vue | 18 ------------------ .../app/components/SlideoverExample.vue | 19 +++++++++++++++++++ .../SlideoverProgrammaticExample.vue | 18 ------------------ playground/app/pages/components/modal.vue | 6 +++--- playground/app/pages/components/slideover.vue | 6 +++--- 6 files changed, 40 insertions(+), 42 deletions(-) create mode 100644 playground/app/components/ModalExample.vue delete mode 100644 playground/app/components/ModalProgrammaticExample.vue create mode 100644 playground/app/components/SlideoverExample.vue delete mode 100644 playground/app/components/SlideoverProgrammaticExample.vue diff --git a/playground/app/components/ModalExample.vue b/playground/app/components/ModalExample.vue new file mode 100644 index 00000000..da190874 --- /dev/null +++ b/playground/app/components/ModalExample.vue @@ -0,0 +1,15 @@ + + + diff --git a/playground/app/components/ModalProgrammaticExample.vue b/playground/app/components/ModalProgrammaticExample.vue deleted file mode 100644 index 1b1749ac..00000000 --- a/playground/app/components/ModalProgrammaticExample.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - diff --git a/playground/app/components/SlideoverExample.vue b/playground/app/components/SlideoverExample.vue new file mode 100644 index 00000000..b2fc5570 --- /dev/null +++ b/playground/app/components/SlideoverExample.vue @@ -0,0 +1,19 @@ + + + diff --git a/playground/app/components/SlideoverProgrammaticExample.vue b/playground/app/components/SlideoverProgrammaticExample.vue deleted file mode 100644 index c087f7e6..00000000 --- a/playground/app/components/SlideoverProgrammaticExample.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - diff --git a/playground/app/pages/components/modal.vue b/playground/app/pages/components/modal.vue index e9d65520..8f44e2b6 100644 --- a/playground/app/pages/components/modal.vue +++ b/playground/app/pages/components/modal.vue @@ -1,5 +1,5 @@