remove unused transition-group
This commit is contained in:
parent
4f2ecd14f4
commit
584f9e593b
1 changed files with 48 additions and 50 deletions
|
@ -1,7 +1,6 @@
|
|||
<template>
|
||||
<section class="satellite-list">
|
||||
Satellites:
|
||||
<transition-group name="draggable-items-list">
|
||||
<div v-for="satellite,index in satellites"
|
||||
class="satellite-list-entry"
|
||||
:key="satellite.name"
|
||||
|
@ -51,7 +50,6 @@
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</transition-group>
|
||||
<button class="add"> </button>
|
||||
</section>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue