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

    Interface Base

    interface Base {
        href?: string;
        target?: string;
    }
    Index

    Properties

    Properties

    href?: string

    The base URL to be used throughout the document for relative URLs. Absolute and relative URLs are allowed.

    target?: string

    A keyword or author-defined name of the default browsing context to show the results of navigation from <a>, <area>, or <form> elements without explicit target attributes.