Koha/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ButtonDelete.vue
Jonathan Druart ab5d7b5a63
Bug 32030: ERM - Licenses
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-11-08 09:43:44 -03:00

11 lines
209 B
Vue

<template>
<a class="btn btn-default btn-xs" role="button"
><i class="fa fa-trash" aria-hidden="true" /> Delete</a
>
</template>
<script>
export default {
name: "ButtonDelete"
}
</script>