You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
204 B

<template>
<RouterView/>
<Footer/>
</template>
<script setup>
// import Header from '@/components/UserHeader.vue'
import Footer from '@/components/Footer.vue'
</script>
<style lang="less">
</style>