Skip to content

Commit

Permalink
Merge branch 'main' into yeyeleaf
Browse files Browse the repository at this point in the history
  • Loading branch information
YeyeLeaf committed Jan 20, 2024
2 parents e1bacc6 + 34d1df6 commit 991b13f
Show file tree
Hide file tree
Showing 6 changed files with 346 additions and 81 deletions.
4 changes: 2 additions & 2 deletions src/components/SideBar.vue → src/components/SideBar2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</svg>
<input type="checkbox" class="hidden" />
</label>
<a v-for="content in subtitleData.content" :href="content.link" class="text-base p-2 rounded" :data-selected="content.selected">{{
<RouterLink v-for="content in subtitleData.content" :to="content.link" class="text-base p-2 rounded" :data-selected="content.selected">{{
content.name
}}</a>
}}</RouterLink>
</div>
</div>
</template>
Expand Down
Loading

0 comments on commit 991b13f

Please sign in to comment.