<script setup lang="ts"> const { data } = useAuth(); console.debug("dat->", data); </script> <template> <div>hello</div> </template>