vue-core-image-upload icon indicating copy to clipboard operation
vue-core-image-upload copied to clipboard

nuxt build has error

Open joneqian opened this issue 6 years ago • 6 comments

[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) {

joneqian avatar Sep 09 '17 05:09 joneqian

Did you solve this?

mrboli avatar Oct 05 '17 05:10 mrboli

I get the same error, anyone solve it?

jiangjazz avatar Nov 24 '17 02:11 jiangjazz

Got the same problem and no answer ? When i download dependency, ssr.js isn't download ...

Geminii avatar Mar 01 '18 13:03 Geminii

Same error here.

colwilson avatar Apr 26 '18 23:04 colwilson

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);

saharGhasemi avatar May 13 '18 13:05 saharGhasemi

Does the above still work? I can't seem to get it rendered no matter what

bbomega avatar Aug 10 '18 08:08 bbomega