vue-cli-plugin-vue-next icon indicating copy to clipboard operation
vue-cli-plugin-vue-next copied to clipboard

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

Open kishanvaishnav opened this issue 4 years ago • 0 comments

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

kishanvaishnav avatar Sep 28 '21 04:09 kishanvaishnav