change nav text

This commit is contained in:
MarcZierle 2022-01-07 21:18:10 +01:00
parent 570ce5a232
commit d521c05fc0

View File

@ -1,7 +1,7 @@
<template> <template>
<div id="nav"> <div id="nav">
<router-link to="/">Home</router-link> | <router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link> <router-link to="/about">Das sind wir</router-link>
</div> </div>
<router-view /> <router-view />
</template> </template>