Bitter

Results 1 issues of Bitter

在使用 `ComponentWithStore` 时发现,所有的 `this.data`, `this.properties` 的类型都变成了 Function。 看了下你们写的类型声明,发现是有问题的 ```typescript declare type TData = WechatMiniprogram.Component.DataOption; declare type TProperty = WechatMiniprogram.Component.PropertyOption; declare type TMethod = WechatMiniprogram.Component.MethodOption; declare type StoreOptions = Partial &...