await
await callOnce
<script setup>const store = useStore()// we could also extract the data, but it's already present in the storeawait callOnce('user', () => store.fetchUser())</script>