From 6485aa42a7c1125cceb8a5dc43bf41e37859ef51 Mon Sep 17 00:00:00 2001 From: Cody Bontecou Date: Wed, 25 Jan 2023 13:00:50 -1000 Subject: [PATCH] Update 1.simple.md Walking through the setup with Nuxt v3.1.0 requires accessing `.value` within the template. --- docs/content/1.get-started/2.usage/1.simple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.get-started/2.usage/1.simple.md b/docs/content/1.get-started/2.usage/1.simple.md index 3d0b962..c3e7583 100644 --- a/docs/content/1.get-started/2.usage/1.simple.md +++ b/docs/content/1.get-started/2.usage/1.simple.md @@ -112,7 +112,7 @@ const hello = await $client.hello.useQuery({ text: 'client' }) ```