fix: server storage and incorrect imports

This commit is contained in:
Robert Soriano
2022-05-24 10:01:19 -07:00
parent 96ebff619e
commit 38ac520b97
3 changed files with 5 additions and 11 deletions

View File

@@ -1,10 +1,8 @@
<script setup lang="ts">
const client = useClient()
const headers = useClientHeader({ authorization: 'asdada' })
const headers = useClientHeaders()
const { data: todos, pending, error, refresh } = await useAsyncQuery(['getTodos'])
console.log(headers.value)
const addHeader = () => {
// headers.value.cookie = 'counter=69'
console.log(headers.value)