79555296

Date: 2025-04-04 12:26:53
Score: 3.5
Natty:
Report link

I cannot response due to my reputation points is still low, but i think you are experimenting a life cicle issue, i mean, you try to fetch and place data to your variables, but your component is already mounted. Is like:

(example)

var = null

mounted texfield: label = null

var = await dataFromStore

overall, your var are setted after the textfield render

try with the method onBeforeMounted instead of onMounted to set your async data

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (1.5): reputation points
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mathias Alonso