Bug 32030: vue - display packages for title
[koha.git] / koha-tmpl / intranet-tmpl / prog / js / vue / components / ERM / AgreementsToolbar.vue
1 <template>
2     <router-link to="/cgi-bin/koha/erm/agreements/add" class="btn btn-default"
3         ><font-awesome-icon icon="plus" />
4         {{ $t("New agreement") }}</router-link
5     >
6 </template>
7
8 <script>
9 export default {
10     name: "AgreementsToolbar",
11 }
12 </script>