mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-06 13:27:43 +08:00
12 lines
265 B
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>
|