Skip to content

Commit 416a842

Browse files
committed
feat: add devtools
1 parent a149241 commit 416a842

File tree

3 files changed

+3180
-1235
lines changed

3 files changed

+3180
-1235
lines changed

nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default defineNuxtConfig({
2-
modules: ['@vue-macros/nuxt', '@vueuse/nuxt'],
2+
modules: ['@vue-macros/nuxt', '@vueuse/nuxt', '@nuxt/devtools'],
33
})

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
"postinstall": "nuxi prepare"
99
},
1010
"devDependencies": {
11-
"@vue-macros/nuxt": "^0.2.2",
12-
"@vueuse/core": "^9.6.0",
13-
"@vueuse/nuxt": "^9.6.0",
14-
"nuxt": "3.0.0"
11+
"@nuxt/devtools": "^0.2.5",
12+
"@vue-macros/nuxt": "^1.2.1",
13+
"@vueuse/core": "^9.13.0",
14+
"@vueuse/nuxt": "^9.13.0",
15+
"nuxt": "3.2.3"
1516
}
1617
}

0 commit comments

Comments
 (0)