云计算期末作业
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
279 B

<template>
<div class="the-footer">
<p>关于 | 帮助 |条款 |反馈</p>
<p>Copyright ©2020</p>
</div>
</template>
<script>
export default {
name: 'the-footer'
}
</script>
<style lang="scss" scoped>
@import '../assets/css/the-footer.scss';
</style>