Closed
Description
The generated mount code was:
createApp().mount(
{
render: function(h) {
return h(App)
}
},
'#app'
)
which throws an error: TypeError: h is not a function
.
But the following code was found in rfcs:
const app = createApp()
app.mount(App, '#app')
When I fixed this, it doesn't throw an error, so should it be fixed?
Metadata
Metadata
Assignees
Labels
No labels