✨ (new task) add new task link to navigate to /new-task
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import { RouterLink, RouterView } from 'vue-router'
|
||||
import HelloWorld from './components/HelloWorld.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<main>Bonjour</main>
|
||||
<main>
|
||||
<RouterLink :to="{ name: 'new-task' }">New task</RouterLink>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user