Subscribe on changes!

Why attributes and methods can not bind on vue's root dom ?

avatar
Apr 26th 2021

Version

3.0.11

Reproduction link

https://codepen.io/stardew_valley/pen/VwPReQY

Steps to reproduce

Title
hello-vue

What is expected?

bind on vue's root dom

What is actually happening?

cannot bind on vue's root dom

avatar
Apr 26th 2021

Vue3 uses the innerHTML of the container as the template for components.