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) }