Remove the preliminary buttons to change order in content block form
This commit is contained in:
parent
f563483b79
commit
aea50a2998
|
|
@ -37,18 +37,18 @@
|
|||
class="contents-form__trash-icon icon-button__icon"
|
||||
/>
|
||||
</a>
|
||||
<a
|
||||
class="button"
|
||||
@click="$emit('up')"
|
||||
>
|
||||
Up
|
||||
</a>
|
||||
<a
|
||||
class="button"
|
||||
@click="$emit('down')"
|
||||
>
|
||||
Down
|
||||
</a>
|
||||
<!-- <a-->
|
||||
<!-- class="button"-->
|
||||
<!-- @click="$emit('up')"-->
|
||||
<!-- >-->
|
||||
<!-- Up-->
|
||||
<!-- </a>-->
|
||||
<!-- <a-->
|
||||
<!-- class="button"-->
|
||||
<!-- @click="$emit('down')"-->
|
||||
<!-- >-->
|
||||
<!-- Down-->
|
||||
<!-- </a>-->
|
||||
</div>
|
||||
</content-form-section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue