diff --git a/package.json b/package.json index b507c5d..453c8f6 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,8 @@ "@nuxt/kit": "^3.0.0-rc.3", "@trpc/client": "^9.23.3", "@trpc/server": "^9.23.2", + "@vueuse/core": "^8.5.0", + "@vueuse/nuxt": "^8.5.0", "defu": "^6.0.0", "h3": "^0.7.8", "pathe": "^0.3.0", diff --git a/playground/pages/index.vue b/playground/pages/index.vue index 198b5fa..adeef95 100644 --- a/playground/pages/index.vue +++ b/playground/pages/index.vue @@ -1,12 +1,20 @@