File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A virtual scrolling list component that can be sorted by dragging, support vue3
66
77If 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
You can’t perform that action at this time.
0 commit comments