computed icon indicating copy to clipboard operation
computed copied to clipboard

小程序自定义组件 computed / watch 扩展

Results 17 computed issues
Sort by recently updated
recently updated
newest added

mobx-miniprogram 这个包是基于 mobx 4,据文档而言是为了兼容 iOS 9。考虑到现在的使用环境的变化,有没有考虑升级 mobx 5?另外我想知道 mobx-miniprogram 还有没有后续的升级计划

使用 ts 进行开发时,computed 推荐使用 ComponentWithComputed 替代 微信的 Component 方法构造页面,然而 mobx-miniprogram 推荐 使用 ComponentWithStore 进行构造页面,那么请问如何才能使两者共存?

![Snipaste_2022-05-23_11-39-05](https://user-images.githubusercontent.com/46363316/169739158-5580a1cd-9772-462a-9e12-599453d15b19.png)

如题,多谢。 ![image](https://user-images.githubusercontent.com/18474752/169074039-fe3095ab-4888-46f8-806d-87ae903b4b62.png)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [eslint-loader](https://github.com/webpack-contrib/eslint-loader). These dependencies need to be updated together. Updates `json5` from 2.2.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

"miniprogram-computed": "^4.4.0" 问题描述:无法使用watch监听到以$符号开头命名的变量值的变化