• Returns a store, creates it if necessary.

    Parameters

    • Optionalpinia: null | Pinia

      Pinia instance to retrieve the store

    • Optionalhot: StoreGeneric

      dev only hot module replacement

    Returns Store<"help", _UnwrapAll<Pick<{
        location: Ref<string, string>;
    }, "location">>, Pick<{
        location: Ref<string, string>;
    }, never>, Pick<{
        location: Ref<string, string>;
    }, never>>

Properties

Properties

$id: "help"

Id of the store. Used by map helpers.