feat: teams modal wrapper
This commit is contained in:
parent
eacf8113af
commit
6496aded25
1 changed files with 4 additions and 0 deletions
|
|
@ -98,6 +98,10 @@ defineProps<{
|
|||
modal: boolean
|
||||
}>()
|
||||
|
||||
defineProps<{
|
||||
modal: boolean
|
||||
}>()
|
||||
|
||||
const showModalAdd = ref(false)
|
||||
const showModalEdit = ref(false)
|
||||
const showModalInvite = ref(false)
|
||||
|
|
|
|||
Loading…
Reference in a new issue