You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to pass a vnode as the first argument and additional props, what I expected is that would work and it does. So basically h (when I looked into the code) redirects arguments to cloneVNode. I guess that's a reliable behavior. If so could we include a vnode as a proper type for the first h's argument? The overhead is very small and it sometimes faster just use h if it's already imported.
The text was updated successfully, but these errors were encountered:
https://vuejs.org/api/render-function.html#h
I've tried to pass a vnode as the first argument and additional props, what I expected is that would work and it does. So basically
h
(when I looked into the code) redirects arguments tocloneVNode
. I guess that's a reliable behavior. If so could we include a vnode as a proper type for the firsth
's argument? The overhead is very small and it sometimes faster just useh
if it's already imported.The text was updated successfully, but these errors were encountered: