Skip to content

Commit

Permalink
fix(i18n-t): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Aug 19, 2024
1 parent f46087e commit 07004d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/i18n-t.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</template>

<script lang="ts" setup>
import { computed, defineProps, withDefaults } from 'vue'
import { computed } from 'vue'
import { useNuxtApp } from '#app'
interface Props {
Expand Down

0 comments on commit 07004d0

Please sign in to comment.