Skip to content

Commit 0fdc1ee

Browse files
author
Pascal Klesse
committed
fix: fix vueuse integration
1 parent b165d6e commit 0fdc1ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nuxt-base-template/nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// https://nuxt.com/docs/api/configuration/nuxt-config
22
export default defineNuxtConfig({
33
srcDir: "./src",
4-
modules: ["@nuxtjs/tailwindcss", "@lenne.tech/nuxt-base"],
4+
modules: ["@nuxtjs/tailwindcss", "@lenne.tech/nuxt-base", "@vueuse/nuxt"],
55
nuxtBase: {
6-
host: "http://localhost:3100/api",
6+
host: "http://localhost:3100/graphql",
77
watch: false,
88
autoImport: true,
99
apollo: {

nuxt-base-template/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"dependencies": {
2121
"@lenne.tech/nuxt-base": "latest",
2222
"@vueuse/core": "10.1.2",
23+
"@vueuse/nuxt": "10.1.2",
2324
"pinia": "2.1.3"
2425
},
2526
"devDependencies": {

0 commit comments

Comments
 (0)