vuejs / composition-api

Composition API plugin for Vue 2
https://composition-api.vuejs.org/
MIT License
4.19k stars 343 forks source link

feat: support Vue3 style app-level provide #945

Closed lsdsjy closed 2 years ago

lsdsjy commented 2 years ago

https://vuejs.org/guide/components/provide-inject.html#app-level-provide

Inspired by @skyline0705

xiaoxiangmoe commented 2 years ago

it is helpful to me too

Weetbix commented 2 years ago

Am I right in thinking this is not compatible with Vue 2.7 because it does not include createApp?

lsdsjy commented 2 years ago

You can use vue-demi as it polyfills createApp for Vue 2.7. See https://github.com/vueuse/vue-demi/commit/5637e7bd0df13690a29d4c2148244fac516a3450