index.vue 327 B

123456789101112131415161718192021
  1. <template>
  2. <PageMeta
  3. title="La Sauvagerie - Location de vacances"
  4. description=""
  5. />
  6. </template>
  7. <script setup lang="ts">
  8. import { useDisplay, useTheme } from 'vuetify'
  9. import type { Ref } from '@vue/reactivity'
  10. const i18n = useI18n()
  11. const theme = useTheme()
  12. </script>
  13. <style scoped lang="scss">
  14. </style>