Subscribe on changes!

When using v-bind to set the properties of a dynamic component, it does not work properly

avatar
Aug 2nd 2021

Version

3.1.5

Reproduction link

https://codepen.io/Ruilin/pen/WNjyLNa

Steps to reproduce

Returns an object containing the is property to the dynamic component via V-bind

What is expected?

Dynamic components can load a specified component or HTML element

What is actually happening?

The specified component is not rendered properly


Specify the is attribute directly on the dynamic component, it can work normally