12345678910111213 |
- <script lang='ts' setup>
- import { computed, defineAsyncComponent, nextTick, onMounted, onUnmounted, ref, watch } from 'vue'
- </script>
- <template>
- <div>
- <common-footer-consult />
- <common-footer-guide />
- </div>
- </template>
- <style lang='less' scoped>
- </style>
|