proposition frontend

This commit is contained in:
arussac
2026-05-29 12:06:40 +02:00
parent 12afb71a67
commit 97f6fdaeae
14 changed files with 793 additions and 193 deletions

View File

@@ -1,9 +1,3 @@
<template>
<ion-app>
<ion-router-outlet />
</ion-app>
<RouterView />
</template>
<script setup lang="ts">
import { IonApp, IonRouterOutlet } from "@ionic/vue";
</script>