📅  最后修改于: 2022-03-11 15:02:51.027000             🧑  作者: Mango
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