remove cors option

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-02-19 00:22:40 +01:00
parent e94423a5b6
commit d4720ffd3e

View file

@ -18,7 +18,4 @@ export const useFetch = createFetch({
return { options } return { options }
}, },
}, },
fetchOptions: {
mode: 'cors',
},
}) })