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
`createElement` / `h` in Vue 2 is only accessable in `render()` function. To use it outside of `render()`, you can explicitly bind a component instance to it.
413
+
414
+
> :warning:**Warning**: This ability is provided as a workaround Vue 2, it's not part of the Vue 3 API.
0 commit comments