如题。 目前好像不支持。但是有别的框架(stencil)已经实现了,希望可以借鉴,完善这一块功能。 1. @Prop: 地址:[https://stenciljs.com/docs/properties#object-props](https://stenciljs.com/docs/properties#object-props)     @Prop 装饰器源码位置:[https://github1s.com/ionic-team/stencil/blob/main/src/compiler/transformers/decorators-to-static/prop-decorator.ts#L41](https://github1s.com/ionic-team/stencil/blob/main/src/compiler/transformers/decorators-to-static/prop-decorator.ts#L41) 2. @Watch 地址:[https://stenciljs.com/docs/reactive-data#watch-decorator](https://stenciljs.com/docs/reactive-data#watch-decorator)  @Watch 装饰器源码位置:[https://github1s.com/ionic-team/stencil/blob/main/src/compiler/transformers/decorators-to-static/watch-decorator.ts](https://github1s.com/ionic-team/stencil/blob/main/src/compiler/transformers/decorators-to-static/watch-decorator.ts)