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