Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SwitchRoom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fz2907
SwitchRoom
a77f12f1bbf5f8f1379453cd4db3e45e57dac82f
switchroom
FrontendFolder
switch-room
src
views
AboutView.vue
Find file
Normal view
Permalink
AboutView.vue
89 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
main page front end
Zhengbo Wang
committed
2 years ago
1
2
3
4
5
<
template
>
<div
class=
"about"
>
<h1>
This is an about page
</h1>
</div>
</
template
>