@yesstudio/nuxt-composables
    Preparing search index...

    Function useInjectLocal

    • Injects a value provided by the current component, an ancestor component or the application.

      Type Parameters

      • T

        The type of the injected value.

      Parameters

      Returns T | undefined

      The injected value, or undefined if not found.

      If the injection context is unavailable.