mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 15:51:01 +08:00
Forgot useFetch uses .value 🤦♂️💀🙄
This commit is contained in:
parent
5f37fb5049
commit
87d5620e34
@ -15,8 +15,8 @@ try {
|
||||
if (sendError.value) {
|
||||
error.value = true;
|
||||
}
|
||||
if (data.requested_action === "CONTINUE") {
|
||||
if (data.userAccount && data.userAccount.length !== 0) {
|
||||
if (data.value.requested_action === "CONTINUE") {
|
||||
if (data.value.userAccount && data.value.userAccount.length !== 0) {
|
||||
allowed.value = true;
|
||||
} else {
|
||||
allowed.value = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user