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:
parent
6b0c0669f2
commit
c54f9fde84
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue