vuejs / vue-cli-plugin-vue-next

A Vue CLI plugin for trying out vue-next (experimental)
MIT License
339 stars 23 forks source link

Uncaught (in promise) TypeError: h is not a function #50

Open kishanvaishnav opened 3 years ago

kishanvaishnav commented 3 years ago

h-error Hello,

path:'/:lang', component: { render(h) {return h('router-view')},},

I have used this code in vue3.js. but not proper work. I have this facing this issue

Uncaught (in promise) TypeError: h is not a function