From d058ff241a11ffcf5a74bb5ec0c31cc380bd0b01 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Wed, 31 Aug 2022 12:09:45 -0700 Subject: [PATCH] update playground --- playground/pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/pages/index.vue b/playground/pages/index.vue index 74a0144..9d6c108 100644 --- a/playground/pages/index.vue +++ b/playground/pages/index.vue @@ -4,7 +4,7 @@ const headers = useClientHeaders() const { data: todos, pending, error, refresh } = await useAsyncQuery(['getTodos']) const addHeader = () => { - // headers.value.cookie = 'counter=69' + headers.value.authorization = 'Bearer abcdefghijklmnop' console.log(headers.value) }