vue-reactive-provide
vue-reactive-provide copied to clipboard
Simplify implementation
In this comment https://github.com/vuejs/vue/issues/7017#issuecomment-480906691, @lehni shows how reactive data can be effectively tunneled to children through a provided function.
Should consider using this to simplify implementation and trim bundle size.
@LinusBorg sweet, glad my little trick may serve as an inspiration here!