{{ user?.name ?? "No user has been added yet." }}
+ + ``` + + :::note + We're extending the `usePrismaClient()` composable with the `withAccelerate()` extension method to ensure [compatibility with Prisma Postgres](/orm/overview/databases/prisma-postgres#using-the-client-extension-for-prisma-accelerate-required). This extension will also allow you to [cache your queries](/accelerate/caching). + ::: + +3. Modify the `app.vue` file in the root directory to include the new server component using Nuxt Islands: + ```html file=app.vue + +