chore: update to nuxt v3.6.5 (#2299)
This commit is contained in:
parent
d23f1d39eb
commit
a45b7173e5
4 changed files with 108 additions and 123 deletions
|
@ -66,7 +66,7 @@ export async function translateText(text: string, from: string | null | undefine
|
|||
text: '',
|
||||
})
|
||||
try {
|
||||
const response = await $fetch(config.public.translateApi, {
|
||||
const response = await ($fetch as any)(config.public.translateApi, {
|
||||
method: 'POST',
|
||||
body: {
|
||||
q: text,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue