• Returns a store, creates it if necessary.

    Parameters

    • Optional pinia: null | Pinia

      Pinia instance to retrieve the store

    • Optional hot: StoreGeneric

      dev only hot module replacement

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

Generated using TypeDoc