Nick_Jiang
Nick_Jiang
### Which Component Need Enhancement 期望新增功能的组件 - Timeline ### What does the proposed API look like 期望支持的API useVirual? ### Feature Description 功能描述 如果数据一直通过动态数据源滚动累加,就会一直不断插入dom节点,可能会造成渲染卡顿等问题。 ### Additional information 补充说明
When I use the npm package try to parse the value ``` import { zh } from 'chrono-node'; zh.parseDate('2024-49周'); ``` but receive null
_Before_ submitting a pull request, please make sure the following is done... - [ ] Ensure the pull request title and commit message follow the [Commit Specific](https://github.com/alibaba/designable/blob/main/.github/GIT_COMMIT_SPECIFIC.md) in **English**. -...
#### 描述问题: 回到了第一页 #### 截图或视频: 可以的话,尽可能提供截图或视频来补充描述你的问题... #### 如何复现(请务必完整填写下面内容): 1. 你是如何使用 amis 的? `sdk`、`npm` 或`其他`... 2. amis 版本是什么?请先在最新 beta 版本测试问题是否存在 3. 粘贴有问题的完整 `amis schema` 代码: ``` code here... ``` 4. 操作步骤...