Koha/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMHome.vue
Jonathan Druart 8d573797a9
Bug 32030: add breadcrumb
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

16 lines
158 B
Vue

<template>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
},
components: {
},
};
</script>