Minor - format code

pull/3466/head
Angel Fernando Quiroz Campos 4 years ago
parent 28a52ada54
commit e221d9460f
  1. 7
      assets/vue/components/layout/Footer.vue
  2. 6
      assets/vue/components/layout/Header.vue

@ -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>
<b-col lg="6">

@ -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>

Loading…
Cancel
Save