mirror of
https://github.com/romancm/gamebrary
synced 2024-11-28 14:10:26 +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() {
|
data() {
|
||||||
return {
|
return {
|
||||||
gameDraggableOptions: {
|
gameDraggableOptions: {
|
||||||
handle: '.game-card',
|
handle: '.card',
|
||||||
ghostClass: 'card-placeholder',
|
ghostClass: 'card-placeholder',
|
||||||
filter: '.drag-filter',
|
filter: '.drag-filter',
|
||||||
delay: 100,
|
delay: 100,
|
||||||
|
|
Loading…
Reference in a new issue