generated from pascalmartineau/wp-skeleton
feat: Initial Nuxt app
This commit is contained in:
9
wp-content/themes/ccat/app/pages/index.vue
Normal file
9
wp-content/themes/ccat/app/pages/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
useSeoMeta({ title: "Accueil" });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UPage>
|
||||
<UPageHero title="Nuxt UI rocks" />
|
||||
</UPage>
|
||||
</template>
|
||||
Reference in New Issue
Block a user