19 lines
383 B
Vue
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 © 2025 <a href="">卡盖亚网络</a>.</strong> All rights
|
|
reserved.
|
|
</footer>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'FooterView',
|
|
components: {
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style scoped></style> |