| 123456789101112131415161718192021 |
- <template>
- <PageMeta
- title="La Sauvagerie - Location de vacances"
- description=""
- />
- </template>
- <script setup lang="ts">
- import { useDisplay, useTheme } from 'vuetify'
- import type { Ref } from '@vue/reactivity'
- const i18n = useI18n()
- const theme = useTheme()
- </script>
- <style scoped lang="scss">
- </style>
|