Fetch teekyuu with graphql request

This commit is contained in:
Hydroxycarbamide 2022-05-15 15:35:02 +02:00
parent b4edb9d8f8
commit 03e63ff580
7 changed files with 1238 additions and 8 deletions

View file

@ -13,7 +13,11 @@
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"vue": "^3.2.33"
"@vue/apollo-composable": "^4.0.0-alpha.17",
"apollo-boost": "^0.4.9",
"graphql": "^15.8.0",
"vue": "^3.2.33",
"vue-apollo": "^3.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",