Interface RouterOptions

interface RouterOptions {
    basePath?: string;
    mode?: "history" | "hash";
}

Properties

Properties

basePath?: string
mode?: "history" | "hash"
MMNEPVFCICPMFPCPTTAAATR