<template>
<div class="footer">
<div style="text-align: center">
<span class="text-muted">Copyright ©07.24-07.30 风动跃林. All rights reserved.</span>
</div>
</div>
</template>
<script>
export default {
name: 'Footer'
}
</script>
<style scoped>
.footer {
height: 40px;
line-height: 40px;
}
</style>

被折叠的 条评论
为什么被折叠?



