📜  未捕获的语法错误标识符“mountedApp”已被声明为 vue - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:51.027000             🧑  作者: Mango

代码示例1
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