Bug 29234: Further clean Z3950 Tests
[srvgit] / koha-tmpl / intranet-tmpl / prog / js / vue / components / ERM / Home.vue
1 <template></template>
2
3 <script>
4 export default {
5     data() {
6         return {}
7     },
8     methods: {},
9     components: {},
10 }
11 </script>