core
core copied to clipboard
feat(runtime-core): export `currentInstance` methods
Close #4611
Hi, I'm maintainer of reactivue. I rewrote it from scratch and managed to shrink it down to ~150 lines by using EffectScope API. But to support Vue plugins like pinia, @vueuse/head I needed to access setCurrentInstance method.