Simple feed in your dashboard!

    1. <vuestic-feed :initialPosts="posts"></vuestic-feed>
    2.  
    3. <script>
    4. posts: [
    5. {
    6. photoURL: "URL of user's avatar",
    7. name: "Name of user",
    8. text: "Description",
    9. }
    10. ]
    11. </script>

    Props

    • initialPosts - Array - set of posts, that will be displayed in feed
      Find DEMOs here!