43213bc6d6
| 324 | Création d'une page d'administration : listing des customers | |------------------|-----------------| | | | ## Description de la PR ## Modification du .env ## Check list - [x] Pas de régression - [ ] TU/TI/TF rédigée - [x] TU/TI/TF OK - [x] CHANGELOG modifié Reviewed-on: https://gitea.malio.fr/MALIO-DEV/Ferme/pulls/24 Reviewed-by: Autin <tristan@yuno.malio.fr> Co-authored-by: Matteo <matteo@yuno.malio.fr> Co-committed-by: Matteo <matteo@yuno.malio.fr>
13 lines
176 B
Vue
13 lines
176 B
Vue
<template>
|
|
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
definePageMeta({layout: "admin"})
|
|
|
|
const route = useRoute()
|
|
const router = useRouter()
|
|
const auth = useAuthStore()
|
|
|
|
</script>
|