We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Version 1.0.2 works fine in my project, but when I tried to go to 1.0.3 I get this
"[vue-composition-api] must call Vue.use(VueCompositionAPI)"
I've tried adding this at the top of main.ts
Vue.use(VueCompositionApi);
But that didn't help. Rolling back to 1.0.2 for now.