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

    Interface ComponentInternalOptions

    interface ComponentInternalOptions {
        __file?: string;
        __isBuiltIn?: boolean;
        __name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    __file?: string

    This one should be exposed so that devtools can make use of it

    __isBuiltIn?: boolean

    Compat build only, for bailing out of certain compatibility behavior

    __name?: string

    name inferred from filename