|
|
|
@ -5,7 +5,7 @@ |
|
|
|
<div class="kit__section-remove"> |
|
|
|
<div class="kit__section-remove"> |
|
|
|
<button if="index != 0" type="button" @click="moveUp(index)"> |
|
|
|
<button if="index != 0" type="button" @click="moveUp(index)"> |
|
|
|
<svg class="icon icon-arrow-up"> |
|
|
|
<svg class="icon icon-arrow-up"> |
|
|
|
<use xlink:href="/static/img/sprite.svg#icon-arrow-up"></use> |
|
|
|
<use xlink:href="/static/img/sprite.svg#icon-arrow-down"></use> |
|
|
|
</svg> |
|
|
|
</svg> |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
<button if="index < (content.length - 1)" type="button" @click="moveDown(index)"> |
|
|
|
<button if="index < (content.length - 1)" type="button" @click="moveDown(index)"> |
|
|
|
|