This commit is contained in:
2025-02-28 16:21:55 +08:00
parent 28abe1b429
commit a577fa4133

View File

@@ -23,8 +23,8 @@ whenever(ctrl_s, () => {})
whenever(ctrl_r, () => {}) whenever(ctrl_r, () => {})
onMounted(async () => { onMounted(async () => {
const data = await getMyProfile() // const data = await getMyProfile()
username.value = data // username.value = data
}) })
watch(authed, (v) => { watch(authed, (v) => {