Interface SAV

This commit is contained in:
Jonathan Chevalier
2023-07-04 18:22:06 +02:00
parent 7fbe4e48a6
commit 1fc0418ef4
9 changed files with 196 additions and 121 deletions

View File

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