Skip to content

Commit 193565c

Browse files
committed
doc: update
1 parent 35be9a0 commit 193565c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docs/guide/changelog.en-US.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 1
33
title: Change Log
44
timeline: true
55
tag:
6-
title: '0.0.2'
6+
title: '0.0.3'
77
color: success
88
---
99

@@ -15,3 +15,11 @@ tag:
1515

1616
- 🛠 基于sortablejs完成react组件的封装
1717
- 💄 完成react-draggable-plus文档的部分案例
18+
19+
## 0.0.3
20+
21+
`2024-07-29`
22+
23+
- 🛠 完成指定目标容器的Demo
24+
25+

src/clone/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc: content
99
# Drag Clone
1010

1111

12-
Drag and drop from one list to another list, you can use the `clone` attribute to enable it, internally use `JSON.parse(JSON.stringify())` to achieve cloning by default, if you need to pass a custom function, please Use the `clone` attribute to pass the function, and use the method to [customize the clone](../custom-clone/).
12+
Drag and drop from one list to another list, you can use the `clone` attribute to enable it, internally use `JSON.parse(JSON.stringify())` to achieve cloning by default, if you need to pass a custom function, please Use the `clone` attribute to pass the function, and use the method to [customize the clone](../custom-clone/index.en-US.md).
1313

1414
When we use this function, we need to pay attention to:
1515
1. The `pull` attribute in the `group` attribute of the cloned component must be `clone`, otherwise it cannot be cloned.

src/clone/index.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: content
88

99
# 拖拽克隆
1010

11-
从一个列表中拖拽克隆到另一个列表,可以通过 `clone` 属性来开启它,内部默认使用 `JSON.parse(JSON.stringify())` 来实现克隆,如果您需要传递自定义函数,请使用 `clone` 属性传递函数,使用方式[自定义克隆](../custom-clone/)
11+
从一个列表中拖拽克隆到另一个列表,可以通过 `clone` 属性来开启它,内部默认使用 `JSON.parse(JSON.stringify())` 来实现克隆,如果您需要传递自定义函数,请使用 `clone` 属性传递函数,使用方式[自定义克隆](../custom-clone/index.zh-CN.md)
1212

1313
我们在使用该功能时,需要注意:
1414
1. 被克隆组件的 `group` 属性中的 `pull` 属性必须为 `clone`,否则无法克隆。

0 commit comments

Comments
 (0)