Subscribe on changes!

Content in raw <template /> won't be rendered

avatar
Oct 18th 2020

Version

3.0.1

Reproduction link

https://codesandbox.io/s/vue3-render-template-bug-r5ln6

Vue3

image

Vue2 https://codesandbox.io/s/vue2-render-template-no-bug-7sfre image

Steps to reproduce

follow the link.

What is expected?

render 123456

What is actually happening?

render 456

avatar
Oct 18th 2020

it's in markup image

there should be commit that makes <template> without any directives to render as dom template, can't find it though