[vite] Internal server error: Codegen node is missing for element/if/for node. Apply appropriate tra

This kind of error reporting is very simple, but it will come if you don't pay attention during development. Don’t panic when this error occurs. Generally, there is no v-if in our code but v-else appears. Search, remove v-else or improve the v-if judgment.

おすすめ

転載: blog.csdn.net/qq_19991931/article/details/131228869