You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the same issue with Nuxt.js. Scrollbar works as expected but my console has the warning:
[vue-router] Failed to resolve async component default: SyntaxError: Unexpected token <
[vue-router] uncaught error during route navigation:
/Users/xxx/xxx/xxx xxx/xxx-xxx/node_modules/v-bar/src/components/v-bar.vue:1
(function (exports, require, module, __filename, __dirname) { <style scoped lang="sass">
^
SyntaxError: Unexpected token <
at createScript (vm.js:74:10)
at Object.runInThisContext (vm.js:116:10)
at Module._compile (module.js:537:28)
at Object.Module._extensions..js (module.js:584:10)
at Module.load (module.js:507:32)
at tryModuleLoad (module.js:470:12)
at Function.Module._load (module.js:462:3)
at Module.require (module.js:517:17)
at require (internal/module.js:11:18)
at r (/Users/xxx/xxx/xxx xxx/xxx-xxx/node_modules/vue-server-renderer/build.js:7758:16)
at Object.<anonymous> (server-bundle.js:4359:18)
at __webpack_require__ (server-bundle.js:27:30)
at Object.108 (pages/index/signIn.2a00ee66685cbbeda3ef.js:10:64)
at __webpack_require__ (server-bundle.js:27:30)
at Object.78 (pages/index/signIn.2a00ee66685cbbeda3ef.js:359:285)
at __webpack_require__ (server-bundle.js:27:30)
I met a problem when I use v-bar with vue@2.4.2. It is like this:
At first, I thought it was because of the version of vue. But it was not work when I changed the Vue to 2.3.3.
The text was updated successfully, but these errors were encountered: