Nouvelle interface

This commit is contained in:
2023-06-30 17:53:24 +02:00
parent cfc2df6225
commit 5c4b56b68f
10 changed files with 524 additions and 58 deletions

5
src/setup/global.js Normal file
View File

@@ -0,0 +1,5 @@
import {ref} from "vue";
export const showModal = ref(0)
export const hideModal = ref(0)
export const idTicket = ref(0)