mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-09 04:55:07 +00:00
418682e2f6
- Refactor homepage/"recommended" videos - Fix SOME theme header issues
8 lines
No EOL
207 B
Vue
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> |