Added router

This commit is contained in:
2021-04-07 10:32:27 +02:00
parent e8aa091d71
commit 41ba3104e0
6 changed files with 78 additions and 15 deletions

7
src/views/About.vue Normal file
View File

@@ -0,0 +1,7 @@
<template>
<div class="about">
<h1>O mnie</h1>
<p>Witajcie!</p>
<p>Nazywam się Kamil Niemczycki, jestem studentem uczelni Państwowej Wyższej Szkoły Zawodowej im. Witelona w Legnicy.</p>
</div>
</template>