fix
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user