[#MUI-35] Refonte du composant drawer #49

Merged
tristan merged 16 commits from feature/MUI-35-revoir-le-design-du-composant-drawer into develop 2026-05-21 15:17:58 +00:00
Showing only changes of commit 09059ad0c6 - Show all commits

View File

@@ -1,6 +1,8 @@
<script setup lang="ts">
import { ref } from 'vue'
defineOptions({ name: 'DrawerStory' })
const showRight = ref(false)
const showLeft = ref(false)
const showForm = ref(false)