这个Vue warn是什么意思?
[Vue warn]: Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <style>.
[Vue warn]: Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>.
我出现这种报错的原因是因为,我在标签内用了v-for,html标签嵌套少了闭合标签导致的。可以检查下html是不是嵌套出错了。