fix
This commit is contained in:
@@ -23,8 +23,8 @@ whenever(ctrl_s, () => {})
|
||||
whenever(ctrl_r, () => {})
|
||||
|
||||
onMounted(async () => {
|
||||
const data = await getMyProfile()
|
||||
username.value = data
|
||||
// const data = await getMyProfile()
|
||||
// username.value = data
|
||||
})
|
||||
|
||||
watch(authed, (v) => {
|
||||
|
||||
Reference in New Issue
Block a user