7 lines
155 B
Vue
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>
|