AppFooter.vue 270 B

12345678910111213
  1. <script lang='ts' setup>
  2. import { computed, defineAsyncComponent, nextTick, onMounted, onUnmounted, ref, watch } from 'vue'
  3. </script>
  4. <template>
  5. <div>
  6. <common-footer-consult />
  7. <common-footer-guide />
  8. </div>
  9. </template>
  10. <style lang='less' scoped>
  11. </style>