index.vue 239 B

123456789
  1. <template>
  2. <div class="footer flx-center">
  3. <a href="https://gitee.com/gaokunw/kimi-web" target="_blank"> 2023 © eco-Admin By gaokunw Technology. </a>
  4. </div>
  5. </template>
  6. <style scoped lang="scss">
  7. @import './index.scss';
  8. </style>