RobinCK / vue-gallery

:camera: Responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers. 🇺🇦
https://robinck.github.io/vue-gallery/
MIT License
470 stars 85 forks source link

Invalid or unexpected token #78

Closed thetechguy61705 closed 5 years ago

thetechguy61705 commented 5 years ago

http://www.teaspilledallover.me/i/jvza5bnt

Not sure what caused this. I didn't change anything, it was working one second, then it stopped working the next

scbing commented 5 years ago

Running in nuxt,

The mode is universal, which will report errors

nuxt.config.js

export default {
     mode: 'universal',   // 'spa' is ok
     ...
     ...
     ...
}
SyntaxError
Invalid or unexpected token

@RobinCK Spa mode is normal. Universal mode does not work.

thetechguy61705 commented 5 years ago

@bing8u Thanks! :) I will close this thread now. If you have any knowledge about my other issue as well please check it out here