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>
|
<template>
|
||||||
<section class="satellite-list">
|
<section class="satellite-list">
|
||||||
Satellites:
|
Satellites:
|
||||||
<transition-group name="draggable-items-list">
|
|
||||||
<div v-for="satellite,index in satellites"
|
<div v-for="satellite,index in satellites"
|
||||||
class="satellite-list-entry"
|
class="satellite-list-entry"
|
||||||
:key="satellite.name"
|
:key="satellite.name"
|
||||||
|
@ -51,7 +50,6 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</transition-group>
|
|
||||||
<button class="add"> </button>
|
<button class="add"> </button>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Reference in a new issue