mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-31 16:29:27 +01:00
chore: add wrangler dependency to package.json
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
const { data: skills } = await useAsyncData('skills', async () => await queryCollection('skills').first())
|
||||
|
||||
const { t, locale } = useI18n()
|
||||
const { t, locale } = useI18n({ useScope: 'global' })
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user