Javascript – Strange compile error in vue by use template for slot
I had a strange problem. My vue compiler don't want to render default named slot of child. Error: Codegen node is missing for element/if/for node. Apply appropriate transforms first. My VSCode also underline this case. It give me the advice:…