@ -6,11 +6,14 @@
>
<b-col lg="6">
<div class="text-center text-lg-left text-muted">
© {{ year }} <a
© {{ year }}
<a
href="https://www.chamilo.com"
class="font-weight-bold ml-1"
target="_blank"
>Chamilo</a>
Chamilo
</a>
</div>
</b-col>
@ -112,8 +112,7 @@
</template>
<script>
export default {
components: {
},
components: {},
props: {
type: {
type: String,
@ -137,7 +136,6 @@ export default {
return this.$store.getters['security/getUser'].username
}
methods: {
methods: {}
};
</script>