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

    Interface AppContext

    interface AppContext {
        app: App;
        components: Record<string, Component>;
        config: AppConfig;
        directives: Record<string, Directive>;
        mixins: ComponentOptions<
            {},
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            string,
            {},
            {},
            string,
            {},
            {},
            {},
            string,
            ComponentProvideOptions,
        >[];
        provides: Record<string | symbol, any>;
    }
    Index

    Properties

    app: App
    components: Record<string, Component>
    config: AppConfig
    directives: Record<string, Directive>
    mixins: ComponentOptions<
        {},
        any,
        any,
        any,
        any,
        any,
        any,
        any,
        string,
        {},
        {},
        string,
        {},
        {},
        {},
        string,
        ComponentProvideOptions,
    >[]
    provides: Record<string | symbol, any>