Import nuxt 3 and edit to script setup

This commit is contained in:
2021-11-07 22:19:18 +01:00
parent 0ed426b710
commit 83c1eca443
60 changed files with 3293 additions and 7086 deletions

5
settings/AxiosConfig.ts Normal file
View File

@@ -0,0 +1,5 @@
export default {
proxy: true,
credentials: true,
proxyHeaders: true
}