UNPKG

vue-mobx-finegrained

Version:

Vue 3 composable for a complete MobX state management integration.

11 lines (7 loc) 189 B
import { injectable } from 'inversify' @injectable() export class FakeRouterGateway { registerRoutes = async (routeConfig) => {} unload = () => {} goToId = async (routeId) => {} }