Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vue-draggable-grid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Libraries
vue-draggable-grid
Commits
c4616d68
Verified
Commit
c4616d68
authored
1 year ago
by
Julian
Committed by
Jonathan Weth
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Reformat
parent
aa8c3d92
No related branches found
Branches containing commit
No related tags found
1 merge request
!15
Resolve "Overview over dragged elements"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
example/src/ExampleAOverlay.vue
+14
-2
14 additions, 2 deletions
example/src/ExampleAOverlay.vue
with
14 additions
and
2 deletions
example/src/ExampleAOverlay.vue
+
14
−
2
View file @
c4616d68
...
...
@@ -159,7 +159,13 @@ export default {
@
containerDragEnd=
"handleContainerDrag($event, 'end')"
>
<template
#item
="
{ rawItem }">
<div
:class=
"
{ container: true, disabled: rawItem.disabled, dragged: dragged[rawItem.key] }">
<div
:class=
"
{
container: true,
disabled: rawItem.disabled,
dragged: dragged[rawItem.key],
}"
>
<span>
{{
rawItem
.
data
.
name
}}
</span>
</div>
</
template
>
...
...
@@ -191,7 +197,13 @@ export default {
@
containerDragEnd=
"handleContainerDrag($event, 'end')"
>
<
template
#item=
"{ rawItem }"
>
<div
:class=
"
{ container: true, disabled: rawItem.disabled, dragged: dragged[rawItem.key] }">
<div
:class=
"
{
container: true,
disabled: rawItem.disabled,
dragged: dragged[rawItem.key],
}"
>
<span>
{{
rawItem
.
data
.
name
}}
</span>
</div>
</
template
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment