2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-03-07 13:48:31 +08:00

doc: todo

This commit is contained in:
07akioni 2020-02-12 18:00:27 +08:00
parent 325f3d2c59
commit 903f2833fc

View File

@ -134,6 +134,8 @@ Previously, it would not work with single quotes:
21. 文件上传组件 21. 文件上传组件
22. custom-input 废弃或者重构 22. custom-input 废弃或者重构
```
Done
// modal transform scale // modal transform scale
// Notification content close // Notification content close
// form required css // form required css
@ -147,3 +149,4 @@ Previously, it would not work with single quotes:
// scrollbar 在 resize 之后滚动会有问题 // scrollbar 在 resize 之后滚动会有问题
// ResizeObserver Polyfill // ResizeObserver Polyfill
// Select 需要进一步重构,现在这种状况 collector 在 corner case 中不会调 updated 钩子,要把 key 换成 value // Select 需要进一步重构,现在这种状况 collector 在 corner case 中不会调 updated 钩子,要把 key 换成 value
```