如题,自定义 inspector 期间很有可能需要使用引擎通过 @property 装饰器生成的标签,会不会支持呢?
我想的使用方式是这样
// index.html
<div class="property" value="对应数据" > </div>
/
数据类型 cocos_core_data_utils_attribute_defines_IExposedAttributes
在插件运行时自动替换 class 为 property 的标签,如同 element-plus 一样。