Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AricGamma committed Oct 15, 2024
1 parent 656334a commit 8119ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/WrappedSection.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<TitleSection v-if="template === 'title'" :props="props"></TitleSection>
<AbstractSection v-if="template === 'abstract'" :props="props"></AbstractSection>
<!-- <FrameworkSection v-if="template === 'framework'" :props="props" />
<FrameworkSection v-if="template === 'framework'" :props="props" />
<VideoComparision v-if="template === 'video-comparision'" :props="props" />
<TextVideo v-if="template === 'text-video'" :props="props" />
<SingleVideo v-if="template === 'single-video'" :props="props" /> -->
<SingleVideo v-if="template === 'single-video'" :props="props" />
<VideoCarousel v-if="template === 'video-carousel'" :props="props" />
<BibTeX v-if="template === 'bibtex'" :props="props" />
</template>
Expand Down

0 comments on commit 8119ecc

Please sign in to comment.