vue-core-image-upload
vue-core-image-upload copied to clipboard
nuxt build has error
[vue-router] Failed to resolve async component default: SyntaxError: Unexpected token < [vue-router] uncaught error during route navigation: /Users/qianqing/src/myun/zhdj/zhdj-pc-standard-activity-module/node_modules/vue-core-image-upload/dist/vue-core-image-upload.vue:1 (function (exports, require, module, __filename, __dirname) {
Did you solve this?
I get the same error, anyone solve it?
Got the same problem and no answer ? When i download dependency, ssr.js isn't download ...
Same error here.
in your installation progress
instead of
import VueCoreImageUpload from 'vue-core-image-upload/dist/ssr';
Vue.use( VueCoreImageUpload );
write
import VueCoreImageUpload from 'vue-core-image-upload';
Vue.component('vue-core-image-upload', VueCoreImageUpload);
Does the above still work? I can't seem to get it rendered no matter what