You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and this is the first error. Error in data(): "TypeError: vueDemi.ref is not a function"
This is happening in my local project too.
Composition API works fine if I remove vueuse.
The text was updated successfully, but these errors were encountered:
MinSomai
changed the title
Property or method "x" is not defined on the instance but referenced during render. This is happening for all of the data values.
Demo doesn't work
Dec 24, 2021
I can't find the code to install the Vue 2 Composition API (Vue.use(VueCompositionAPI)), so how can the composition API works out of the box? thinking CMIIW.
Here's the forked sandbox.
https://codesandbox.io/s/github/vueuse/vueuse-vue2-example/tree/master/?file=/src/App.vue
and this is the first error.
Error in data(): "TypeError: vueDemi.ref is not a function"
This is happening in my local project too.
Composition API works fine if I remove vueuse.
The text was updated successfully, but these errors were encountered: