dashboard
repositories
filestore
activity
search
login
谢斌
/
pilot-h5
forked from
drone/pilot-h5
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Initial commit
xieb
2025-02-05
4667e8975eff03a8fabc6a6fef95658da18e75e6
[~xiebin/pilot-h5.git]
/
src
/
views
/
AboutView.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>
<style>
@media (min-width: 1024px) {
.about {
min-height: 100vh;
display: flex;
align-items: center;
}
}
</style>