-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Feed
Eugene Granik edited this page Dec 29, 2017
·
4 revisions
Simple feed in your dashboard!
<vuestic-feed :initialPosts="posts"></vuestic-feed>
posts: [
{
photoURL: "URL of user's avatar",
name: "Name of user",
text: "Description",
}
]
initialPosts: Array -- Use
:initialPosts="yourPostsArray"
to to display posts in feed