This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
lovecoding
/
VIP26
Obserwuj
9
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
adef2c6eb5
Gałęzie
Tagi
master
VIP26
/
day29
/
hello
/
src
/
views
/
AboutView.vue
AboutView.vue
89 B
Historia
Czysty
1
2
3
4
5
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>