[Vuejs]-VUE + WEBPACK couldn't find #app

0๐Ÿ‘

โœ…

Okay so I have found that error in my router.js file which causing the problem.
There was two routes with the equal path

0๐Ÿ‘

It looks like you have an infinite loop. It could be in your Vue code, and it could be in a regex. Are you using regex? Or is there anything weird in your route definitions? Did this ever build? Try commenting out parts of your code to see if you can get the rest to build.

Leave a comment