docs : maj story Histoire du MalioDrawer

This commit is contained in:
2026-05-21 16:47:40 +02:00
parent 1aada48c6e
commit 09059ad0c6

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)