vue-chart-3
vue-chart-3 copied to clipboard
[vue-composition-api] must call Vue.use(VueCompositionAPI) before using any function
Hi guys, apparently I have an issue regarding vue-chart-3. I keep getting "[vue-composition-api] must call Vue.use(VueCompositionAPI) before using any function" error when I try to implement unit test for my project. Im using nuxtjs and use @nuxt/composition-api.
what should I do?
Have the same issue. This happens with Nuxt Bridge where composition API should be registered by default.
@ajiyudhanto did you find any workaround for this?