mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-31 20:29:34 +01:00
chore: add wrangler dependency to package.json
This commit is contained in:
@@ -5,7 +5,7 @@ import { ChatState } from '~~/types'
|
||||
const props = defineProps<{ messageId: number, fetchStates: ChatFetchState[] }>()
|
||||
const currentState = ref<ChatFetchState | undefined>(props.fetchStates[0] ?? undefined)
|
||||
const { setLoadingState } = useChatStore()
|
||||
const { t } = useI18n()
|
||||
const { t } = useI18n({ useScope: 'global' })
|
||||
|
||||
onMounted(() => {
|
||||
let index = 0
|
||||
|
||||
Reference in New Issue
Block a user