0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2025-01-07 08:01:12 +00:00

fix: 🚑 Fix compile errors

Alex forgot to close a few divs in `/watch.vue`, been corrected
This commit is contained in:
Front 2022-04-22 23:36:58 -04:00
parent 6b0c0669f2
commit c54f9fde84

View file

@ -48,6 +48,7 @@
).slimVideoInformationRenderer.collapsedSubtitle.runs"
>{{ text.text }}
</template>
</div>
</v-card-text>
</div>
<v-icon class="ml-4" v-if="showMore">mdi-chevron-up</v-icon>
@ -192,6 +193,7 @@
</div>
<item-section-renderer v-else :render="recommends" />
</div>
</div>
</template>
<script>