Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add template functions can return HTMLElement (#836)
In my own use case, I'm trying to attach a Vue component containing an image. Some properties are computed against `scrollHeight` of this image, and this is 0 if the element is not attached to the DOM. So returning `outerHTML` is not the same thing as returning the element itself.
- Loading branch information