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