mayf
2024-09-04 839ef9f394e9204c9440a8d9d7d83d68c8d17a34
1
2
3
4
5
6
7
8
9
<template>
  <nuxt />
</template>
 
<script>
export default {}
</script>
 
<style scoped></style>