Skip to content

Commit

Permalink
fix: ts
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Oct 18, 2024
1 parent 2b120be commit 2190bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/i18n-switcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<script lang="ts" setup>
import { ref, computed } from 'vue'
import type { CSSProperties } from 'vue'
import type { Locale } from '../../types'
import { useNuxtApp } from '#app'
import { useRoute } from '#imports'
import type { Locale } from '~/src/types'
interface Props {
customLabels?: Record<string, string>
Expand Down

0 comments on commit 2190bf5

Please sign in to comment.