All questions

If the content call fails in Vue, does my component break?

Asked by sofia on

Ssofia

I tend to think about the failure path first, so before I put a personalized slot on a high-traffic page I want to understand what happens on a bad network. If the personalization call is slow or fails outright, does my Vue component blank out or throw?

What I want is for it to fall back to default content cleanly rather than crash or hang. How do people set that up?

Was this helpful?

0 answers

Still have questions?