From 2ba5f56374bffdb2fd85e7d7a475f147ba26eaba Mon Sep 17 00:00:00 2001 From: Bruno Perel Date: Mon, 17 Jan 2022 11:05:24 +0100 Subject: [PATCH] docs(examples): prop "showTips" should be a boolean instead of a string (#2751) --- examples/use-async-data/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/use-async-data/app.vue b/examples/use-async-data/app.vue index 84038f4933..673d4689e7 100644 --- a/examples/use-async-data/app.vue +++ b/examples/use-async-data/app.vue @@ -3,7 +3,7 @@ const { data, refresh, pending } = await useAsyncData('/api/hello', () => $fetch