插件中使用 ui-prop 组件问题

  • Creator 版本:3.8.6
  • 复现方式:创建一个新的vue3插件工程,在index.html和counter.html中分别插入以下代码,counter.html中的 ui-prop组件不生效,index.html生效
<ui-prop type="dump"
        render='{"value":0,"type":"Number","readonly":false,"visible":true,"animatable":true,"extends":[]}'></ui-prop>

最终效果为