ditch useState and composables in favour of pinia store - add server rendered note detail page

This commit is contained in:
Michael Dausmann
2023-02-19 01:22:55 +11:00
parent bb9f4dfd1d
commit b3ee03b5c3
10 changed files with 325 additions and 539 deletions

View File

@@ -14,9 +14,14 @@
"prisma": "^4.9.0"
},
"dependencies": {
"@pinia/nuxt": "^0.4.6",
"@trpc/client": "^10.9.0",
"@trpc/server": "^10.9.0",
"pinia": "^2.0.30",
"trpc-nuxt": "^0.5.0",
"zod": "^3.20.2"
},
"overrides": {
"vue": "latest"
}
}