Toggle visibility of edit & delete icons

This commit is contained in:
Bubka
2020-01-06 23:11:18 +01:00
parent 3350da4927
commit 59952237bd
3 changed files with 15 additions and 7 deletions

View File

@ -6,9 +6,6 @@
<p class="is-size-4 has-text-grey-light">{{ service }}</p>
<p class="is-size-6 has-text-grey">{{ account }}</p>
<slot></slot>
<div class="modal-action-links has-text-grey">
<router-link :to="{ name: 'edit', params: { twofaccountId: twofaccountid }}">Edit</router-link>
</div>
</div>
</template>