Closed rfostii closed 1 year ago
The code you are showing means you are not using the latest version of vue-demi. You seem to have the old version you are showing in your commit
Closing due to inactivity. Please open a new issue with a reference to this one if you can follow up with more information.
I saw similar issue was fixed by this commit but it's still reproducible for me when I use
vue-apollo-composable
which hasvue-demi
as dependency.I changed code manually to
_vue.default.use(VueCompositionAPI)
and it worked for me. I think it can be a potential fix so send this MR.