Koha/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/PackagesToolbar.vue
Jonathan Druart aead1dd598
Bug 32030: ERM - Packages - Vue
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:57 -03:00

12 lines
262 B
Vue

<template>
<router-link to="/cgi-bin/koha/erm/packages/add" class="btn btn-default"
><font-awesome-icon icon="plus" />
{{ $t("New package") }}</router-link
>
</template>
<script>
export default {
name: "PackagesToolbar",
}
</script>