Files
peko-admin-web/src/components/footer/index.vue
2025-03-19 10:46:03 +08:00

19 lines
383 B
Vue

<template>
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.0.0
</div>
<strong>Copyright &copy; 2025 <a href="">卡盖亚网络</a>.</strong> All rights
reserved.
</footer>
</template>
<script>
export default {
name: 'FooterView',
components: {
}
}
</script>
<style scoped></style>