initial commit

This commit is contained in:
2026-02-26 21:29:34 +01:00
commit d9d84634e8
72 changed files with 18491 additions and 0 deletions

16
app/pages/otherPage.vue Normal file
View File

@@ -0,0 +1,16 @@
<template>
<h1>
value is still : {{ counter }}
</h1>
<NuxtLink to="/">
retour
</NuxtLink>
</template>
<script setup lang="ts">
const { counter } = useCounter()
</script>
<style>
</style>