Your Name
2022-09-28 fe48637b8197e55cb2b454f79d29dab88bd5f7dd
1
2
3
4
5
6
7
8
9
<template>
    <router-view />
</template>
 
<script>
</script>
 
<style scoped>
</style>