-
Hi Frank, Here's the situation, everything is working good when loading from "/" and clicking some router-link. Also theres a lot of of errors pointing to included js files. here's what i have coded
---app.js--- const router = createRouter({ /*
}) /* |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I managed to fix that issue from above, and managed to make it work. But when I tried to open the project today, this error in console came up. "Uncaught (in promise) SyntaxError: Unexpected token, expected "," (57:8) (at index.js:816:17)" |
Beta Was this translation helpful? Give feedback.
-
nvm this, its just me being dumb |
Beta Was this translation helpful? Give feedback.
I managed to fix that issue from above, and managed to make it work.
I had to use absolute urls for the js dependencies
But when I tried to open the project today, this error in console came up.
"Uncaught (in promise) SyntaxError: Unexpected token, expected "," (57:8) (at index.js:816:17)"