mounted
mounted copied to clipboard
基于 Taro 的小程序组件库。
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Commits - [`23f4ddc`](https://github.com/mysticatea/eslint-utils/commit/23f4ddc58eda5e6aec3d6a43c6266acbe19345cd) 🔖 1.4.3 - [`8f9e481`](https://github.com/mysticatea/eslint-utils/commit/8f9e481ecc1204c7a1331b697f97903f90c75154) 🐛 fix reference tracker false positive - [`6633278`](https://github.com/mysticatea/eslint-utils/commit/663327835abfb1f62fc6fc5d69028457e11b5f80) ⚒ fix test scripts - [`7c8e67c`](https://github.com/mysticatea/eslint-utils/commit/7c8e67c22f7222685a6a9154ba5eec2ac4896a3e) ⚒ fix build...
编译小程序时提示: 编译 组件文件 node_modules/mounted/src/components/PickerView/index.tsx 建议修改:使用循环的 index 变量作为 key 是一种反优化。参考:https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-array-index-key.md ----- 189 | } 190 | return ( > 191 | {normalizedData.map((colData, colIndex) => ( | ^^^^^^^^ 192 | 193 |...
## 前言 秉持「只产出与业务低耦合的**基础组件**」的理念,不会考虑列表、卡片等与具体业务 UI 设计高度关联的组件。 ## 计划 - [x] `Button`: ~~基于小程序原生的 `Button`,但去除其自带的样式,并且对相关 API 进行封装,返回一个纯粹的、更易根据具体业务 UI 进行扩展的基础按钮组件。~~ ~~使用 `.m-pure-button` 类名去除小程序按钮自带的样式。~~ 小程序有 bug,暂不考虑。暂添加 pureButton mixin 代替。 - [x] `DatePicker`: `Picker` 风格的日期选择器。 -...