API reference › @evolu/vue › evoluInstanceMap
const evoluInstanceMap: WeakMap<ComponentInternalInstance, Evolu<any>>;
Defined in: provideEvolu.ts:14
Stores the Evolu instance for a Vue component. This is most useful at the root component where provide/inject doesn't work.