Closed sebagnz closed 2 years ago
https://github.com/vueuse/vue-demi/blob/2f80cd77a9d1c5f5c825cec2922bcdddabd02fc3/lib/v2/index.mjs#L7 Should't it be?
_vue.use(VueCompositionAPI)
Otherwise vue-demi is always installing the composition api in the same vue instance.
Yeah nice catch, pr welcome
Sure, here it goes 👍 https://github.com/vueuse/vue-demi/pull/185
https://github.com/vueuse/vue-demi/blob/2f80cd77a9d1c5f5c825cec2922bcdddabd02fc3/lib/v2/index.mjs#L7 Should't it be?
Otherwise vue-demi is always installing the composition api in the same vue instance.