footer.vue
393 Bytes
<style>
</style>
<template>
<div>
<footer class="footer footer-light">
Copyright © 2024-2025
<a href="https://beian.miit.gov.cn" target="_blank" style="color: #373737"
>京ICP备2024044205号-1</a
>
北京传世博润科技有限公司
</footer>
</div>
</template>
<script>
module.exports = {
data: function () {
return {};
},
};
</script>