0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-09 04:55:07 +00:00
VueTube/NUXT/pages/home.vue
Front 418682e2f6 Front's Bug Fixes pt.1
- Refactor homepage/"recommended" videos
- Fix SOME theme header issues
2022-03-19 15:31:43 -04:00

8 lines
No EOL
207 B
Vue

<template>
<!--
* Videos are now polled from '~/components/recommended.vue'
* This is to allow use of "recommended" videos on other pages such as /watch
* -Front
* -->
<recommended />
</template>