Skip to content

Instantly share code, notes, and snippets.

@cvetkovskin
Created September 10, 2019 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cvetkovskin/19b3992698444a2fd4d1a5e1528171f6 to your computer and use it in GitHub Desktop.
Save cvetkovskin/19b3992698444a2fd4d1a5e1528171f6 to your computer and use it in GitHub Desktop.
<template>
<div class="container">
<banner :movies="movies" />
<div class="content-wrapper">
<h1 class="title">Trending contents</h1>
<movie-list :movies="movies" />
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment