-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Feed
AlexanderBoriskin edited this page Aug 1, 2018
·
4 revisions
Simple feed in your dashboard!
<vuestic-feed :initialPosts="posts"></vuestic-feed>
<script>
posts: [
{
photoURL: "URL of user's avatar",
name: "Name of user",
text: "Description",
}
]
</script>
Props
-
initialPosts
- Array - set of posts, that will be displayed in feed