@tanstack/vue-router
Version:
Modern and scalable routing for Vue applications
5 lines • 322 B
JSX
// Stable routeId context — a plain string (not reactive) that identifies
// which route this component belongs to. Provided by Match, consumed by
// MatchInner, Outlet, and useMatch for routeId-based store lookups.
export const routeIdContext = Symbol('TanStackRouterRouteId');
//# sourceMappingURL=matchContext.jsx.map