Skip to content

Commit

Permalink
fix: delete todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Feb 5, 2024
1 parent 7a24859 commit b5c773c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
:locale="LANGUAGES[$i18n.locale as LocaleCodes].elementLocale"
>
<div id="app">
<!-- TODO: use transition -->
<router-view v-slot="{ Component }">
<transition :name="transitionName">
<component :is="Component" />
Expand Down

0 comments on commit b5c773c

Please sign in to comment.