mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
16 lines
261 B
Vue
16 lines
261 B
Vue
<template>
|
|
<div class="">
|
|
<hr />
|
|
<br />
|
|
<div class="text-center">
|
|
{{ $t('gradido_admin_footer') }}
|
|
<div><small>Version: 1.0.0</small></div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
name: 'ContentFooter',
|
|
}
|
|
</script>
|