Bug 32030: Remove 'this' from template
[srvgit] / koha-tmpl / intranet-tmpl / prog / js / vue / components / ERM / LicensesToolbar.vue
1 <template>
2     <router-link to="/cgi-bin/koha/erm/licenses/add" class="btn btn-default"
3         ><font-awesome-icon icon="plus" /> {{ $t("New license") }}</router-link
4     >
5 </template>
6
7 <script>
8 export default {
9     name: "LicensesToolbar",
10 }
11 </script>