Skip to content

Commit ce10ece

Browse files
Improving example
1 parent eea86c8 commit ce10ece

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example/components/simple.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
:list="list"
3131
:disabled="!enabled"
3232
class="list-group"
33+
ghostClass="ghost"
3334
@start="dragging = true"
3435
@end="dragging = false"
3536
>
@@ -87,4 +88,9 @@ export default {
8788
.buttons {
8889
margin-top: 35px;
8990
}
91+
92+
.ghost {
93+
opacity: 0.5;
94+
background: #c8ebfb;
95+
}
9096
</style>

0 commit comments

Comments
 (0)