mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-02-02 07:31:29 +01:00
chore: add wrangler dependency to package.json
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { en, es, fr } from '@nuxt/ui/locale'
|
||||
|
||||
const { locale, t } = useI18n()
|
||||
const { locale, t } = useI18n({ useScope: 'global' })
|
||||
const { changeLocale } = useLanguage()
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user