Subscribe on changes!

a <template> vnode rendered is not compatible with the standard native browser <template> element.

avatar
Sep 16th 2021

Version

3.2.11

Reproduction link

sfc playground

Steps to reproduce

when rendering a <template> vnode, the content of the template is appended directly to the template element instead of the template DocumentFragment.

This result in non standard template element

What is expected?