Vue - You May Need An Additional Loader To Handle The Result Of These Loaders
I'using Vue and babel. I have an exported function //file a.js export async function get() { ... } i need to connect this exported function to a static method of MyClass // fi
Solution 1:
Have you happened to use vuetify
? If so make sure vue-cli-plugin-vuetify
and vuetify-loader
are sync. Either use vue add vuetify
or npm install
the latest version of them.
Post a Comment for "Vue - You May Need An Additional Loader To Handle The Result Of These Loaders"