-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to render data? #7
Comments
Hi, I'm not sure I get your question, but you should use |
Sorry for old answer, but I'm hoping someone else might find it useful. <div v-if="isLoading">
<content-placeholders :rounded="true" :centered="true">
<content-placeholders-text :lines="8" />
</content-placeholders>
</div>
<div v-else>
</div> |
I was also writing a Skeleton screen and encountered a problem. |
I used many ways but could not render my data after loading, hope to get help!
The text was updated successfully, but these errors were encountered: