This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
lovecoding
/
VIP26
Urmărește
9
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
adef2c6eb5
Ramuri
Etichete
master
VIP26
/
day29
/
hello
/
src
/
views
/
AboutView.vue
AboutView.vue
89 B
Istoric
Crud
1
2
3
4
5
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>