Uncaught syntax error identifier 'mountedApp' has already been declared vue
Vue-
1. check to make sure all div tags are closed in the html doc
2. make sure you are mounting the Vue app to a div
-I had an error where I mounted it to the body and it kept redeclaring my const and let variables in the main JS script