I am using Vuexy dashboard with Vue 2, and when I try to npm run serve I get this error :
Even though '@vue/composition-api' is installed in my package.json file :
"@vue/composition-api": "1.0.2",
"vue": "2.x".
But why I am getting this error?
Any help would be much appreciated. Thank you.
I am using Vuexy dashboard with Vue 2, and when I try to npm run serve I get this error : Even though '@vue/composition-api' is installed in my package.json file : "@vue/composition-api": "1.0.2", "vue": "2.x". But why I am getting this error? Any help would be much appreciated. Thank you.