mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +01:00
chore: add wrangler dependency to package.json
This commit is contained in:
@@ -12,7 +12,7 @@ if (!writing.value) {
|
||||
})
|
||||
}
|
||||
|
||||
const { t } = useI18n()
|
||||
const { t } = useI18n({ useScope: 'global' })
|
||||
|
||||
useSeoMeta(writing.value.seo || {})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user