wechat-miniprogram / api-typings

Type definitions for APIs of Wechat Mini Program in TypeScript
MIT License
743 stars 112 forks source link

fix: there is no correct ref for properties in this.setData #313

Open dhlolo opened 1 year ago

dhlolo commented 1 year ago

You can get ref from this.setData({ keyA }) where keyA is a key of data, but when it is property, it can not be.