Update TrendingPage.vue

This commit is contained in:
Dragos 2022-09-05 20:49:16 +03:00 committed by GitHub
parent c27c23fb93
commit 84cafcc60c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,4 @@
<template>
<h1 v-t="'titles.trending'" class="font-bold text-center my-4" />
<hr />
<div class="video-grid">
<VideoItem v-for="video in videos" :key="video.url" :video="video" height="118" width="210" />
</div>