Eterion

Results 2 comments of Eterion

The solution provided by @Conaire doesn't work, at least not for me. So I'm using this instead. ```ts export function InjectReactive(options?: InjectOptions | InjectKey) { return createDecorator((componentOptions, key) => {...

I'm experiencing something similar. I tried to run `vue-tsc` with `--extendedDiagnostics` and looks like 2.0.11 is taking more memory compared to 2.07. I don't know if that has something to...