chore: vue-i18n is already auto imported (#194)
This commit is contained in:
parent
96af6b8e87
commit
8ce8c5a203
@ -1,5 +1,4 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { useI18n } from 'vue-i18n'
|
|
||||||
import { isDark, toggleDark } from '~/logic'
|
import { isDark, toggleDark } from '~/logic'
|
||||||
|
|
||||||
const { t, availableLocales, locale } = useI18n()
|
const { t, availableLocales, locale } = useI18n()
|
||||||
|
Loading…
Reference in New Issue
Block a user