test task model

This commit is contained in:
Julien Calixte
2023-04-04 00:00:17 +02:00
parent d58cc9c68a
commit a9d0c13a0c
8 changed files with 88 additions and 212 deletions

View File

@@ -1,9 +1,5 @@
<script setup lang="ts">
import TheWelcome from '../components/TheWelcome.vue'
</script>
<script setup lang="ts"></script>
<template>
<main>
<TheWelcome />
</main>
<main>Bonjour</main>
</template>