© 2026 Hedgehog Software, LLC
src/runtime/composables/states.ts
import { useState } from "#imports" export const useAuth = () => useState<boolean | null>("auth", () => null)
any
Ref<boolean | null>
Join the Discord to ask follow-up questions and connect with the community
Nuxt Community Chat Server
31,632 Members