When using v-bind to set the properties of a dynamic component, it does not work properly
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
Duplicate of https://github.com/vuejs/vue-next/issues/2279