fix: messages and notif Friends Accepteded

This commit is contained in:
Surya Paolo
2022-12-17 22:12:18 +01:00
parent 3c2fc4c806
commit 3aaa94c33e
16 changed files with 505 additions and 402 deletions

View File

@@ -89,6 +89,8 @@ export default defineComponent({
const slide = ref('1')
const inputEmail = ref(<any>null)
const inputUsername = ref(<any>null)
const inputName = ref(<any>null)
const inputSurname = ref(<any>null)
const inputPassword = ref(<any>null)
const inputPassword2 = ref(<any>null)
@@ -391,6 +393,8 @@ export default defineComponent({
checkifDisabled,
inputEmail,
inputUsername,
inputName,
inputSurname,
inputPassword,
inputPassword2,
}