mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 20:23:06 +00:00
fix drag
This commit is contained in:
parent
020bae0827
commit
b2ae21dfd8
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
gameDraggableOptions: {
|
||||
handle: '.game-card',
|
||||
handle: '.card',
|
||||
ghostClass: 'card-placeholder',
|
||||
filter: '.drag-filter',
|
||||
delay: 100,
|
||||
|
|
Loading…
Reference in a new issue