Put some sort of loading flag in your Vue instance / component and use a v-show on the offending list.
Vuejs loading animation or fix?
I am using vue to render a list of some algolia results that I am fetching. For a split second I see the curly brace syntax with variables and a single list element before the rest is rendered. It is not much but it annoys me because it is ugly and shouldn't have to be there.
How can I go about fixing this? I don't want to stuff a big delay in there for users to see the data, so I wouldn't want to use an entire loading page. Maybe a small loading animation less than a second would help.
Is there anyone who knows how to go about doing this with vue or maybe somebody that has encountered this as well?
Please or to participate in this conversation.