Skip to content

Commit af4dcea

Browse files
committed
chore: update README
1 parent 10f721c commit af4dcea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A virtual scrolling list component that can be sorted by dragging, support vue3
66

77
If you use vue with 2.x, see [here](https://github.com/mfuu/vue-virtual-drag-list)
88

9-
### [Live demo](https://mfuu.github.io/vue-virtual-drag-list/)
9+
### [Live demo](https://mfuu.github.io/vue3-virtual-drag-list/)
1010

1111
## Simple usage
1212

@@ -120,6 +120,7 @@ const list = ref([
120120
| `ghostClass` | `String` | `''` | The class of the mask element when dragging |
121121
| `ghostStyle` | `Object` | `{}` | The style of the mask element when dragging |
122122
| `chosenClass` | `String` | `''` | Class name for the chosen item |
123+
| `placeholderClass` | `String` | `''` | Class name for the drop placeholder |
123124

124125
## Methods
125126

0 commit comments

Comments
 (0)