initial commit
This commit is contained in:
16
app/pages/otherPage.vue
Normal file
16
app/pages/otherPage.vue
Normal 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>
|
||||
Reference in New Issue
Block a user