generated from gitea_admin/default
Concerts
This commit is contained in:
13
app/pages/mecenat/entreprises.vue
Normal file
13
app/pages/mecenat/entreprises.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
4
app/pages/mecenat/index.vue
Normal file
4
app/pages/mecenat/index.vue
Normal file
@@ -0,0 +1,4 @@
|
||||
<script setup>
|
||||
await navigateTo('/mecenat/soutenir', { redirectCode: 301 })
|
||||
</script>
|
||||
|
||||
13
app/pages/mecenat/mecenes.vue
Normal file
13
app/pages/mecenat/mecenes.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
13
app/pages/mecenat/particuliers.vue
Normal file
13
app/pages/mecenat/particuliers.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
13
app/pages/mecenat/projets.vue
Normal file
13
app/pages/mecenat/projets.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
13
app/pages/mecenat/soutenir.vue
Normal file
13
app/pages/mecenat/soutenir.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user