Skip to content
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

Find DEMOs here!

Clone this wiki locally