Footer.vue 352 Bytes
<template>
  <div class="footer-container">
    Copyright © 2018-2020 北京乐金飞利浦电子有限公司 All Rights Reserved.  京ICP备20009390号-1
  </div>
</template>

<script>
export default {}
</script>

<style scoped lang="scss">
.footer-container {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
</style>