1Panel/frontend/src/components/app-layout/footer/index.vue

12 lines
265 B
Vue

<template>
<div>
<slot></slot>
</div>
<div class="footer flx-center">
<a href="http://www.spicyboy.cn/" target="_blank">2023 © 1Panel By 飞致云.</a>
</div>
</template>
<style scoped lang="scss">
@import './index.scss';
</style>