kamilcraft.com/src/components/Navigation.vue
2021-10-18 10:12:57 +02:00

7 lines
155 B
Vue

<template>
<div id="nav">
<router-link to="/">Strona główna</router-link> |
<router-link to="/about">O mnie</router-link>
</div>
</template>