Content in raw <template /> won't be rendered
Version
3.0.1
Reproduction link
https://codesandbox.io/s/vue3-render-template-bug-r5ln6
Vue3
Vue2 https://codesandbox.io/s/vue2-render-template-no-bug-7sfre
Steps to reproduce
follow the link.
What is expected?
render 123456
What is actually happening?
render 456
it's in markup
there should be commit that makes <template>
without any directives to render as dom template, can't find it though
Duplicate of https://github.com/vuejs/vue-next/issues/1618