### Version 3.0.0-alpha.2 ### Reproduction link [https://codepen.io/caipeng1989/pen/YzPJbbm](https://codepen.io/caipeng1989/pen/YzPJbbm) ### Steps to reproduce ``` const { createApp, defineComponent } = Vue const App = defineComponent({ template: `<div>app</div>` }) createApp(App).mount('#app') ``` ### What is expected? Render correctly ### What is actually happening? TypeError: Cannot read property 'innerHTML' of undefined <!-- generated by vue-issues. DO NOT REMOVE -->