vue-reactive-provide icon indicating copy to clipboard operation
vue-reactive-provide copied to clipboard

Simplify implementation

Open LinusBorg opened this issue 6 years ago • 1 comments

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 avatar Apr 11 '19 11:04 LinusBorg

@LinusBorg sweet, glad my little trick may serve as an inspiration here!

lehni avatar Apr 11 '19 13:04 lehni