We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Find DEMOs here!