update playground

This commit is contained in:
Robert Soriano
2022-08-31 12:09:45 -07:00
parent fb4894e264
commit d058ff241a

View File

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