Update UserProfileView.vue

This commit is contained in:
Aqr-K
2024-10-18 11:06:15 +08:00
committed by GitHub
parent 35d130a01b
commit 8dd82aacf2
+1 -1
View File
@@ -233,7 +233,7 @@ watch(
() => store.state.auth.avatar, () => store.state.auth.avatar,
() => { () => {
currentAvatar.value = store.state.auth.avatar currentAvatar.value = store.state.auth.avatar
}, }
) )
</script> </script>