Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sim
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
limeimei
sim
Commits
172591dc
Commit
172591dc
authored
Nov 10, 2023
by
limeimei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
43cc4414
Pipeline
#1905
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
App.vue
src/App.vue
+20
-20
No files found.
src/App.vue
View file @
172591dc
<
template
>
<
template
>
<div
id=
"app"
>
<div
id=
"app"
>
<nav>
<nav>
<router-link
to=
"/"
>
Home
</router-link>
|
<router-link
to=
"/"
>
Home
1
</router-link>
|
<router-link
to=
"/about"
>
About
</router-link>
<router-link
to=
"/about"
>
About
</router-link>
</nav>
</nav>
<router-view/>
<router-view
/>
</div>
</div>
</
template
>
</
template
>
<
style
>
<
style
>
#app
{
#app
{
font-family
:
Avenir
,
Helvetica
,
Arial
,
sans-serif
;
font-family
:
Avenir
,
Helvetica
,
Arial
,
sans-serif
;
-webkit-font-smoothing
:
antialiased
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
-moz-osx-font-smoothing
:
grayscale
;
text-align
:
center
;
text-align
:
center
;
color
:
#2c3e50
;
color
:
#2c3e50
;
}
}
nav
{
nav
{
padding
:
30px
;
padding
:
30px
;
}
}
nav
a
{
nav
a
{
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#2c3e50
;
color
:
#2c3e50
;
}
}
nav
a
.router-link-exact-active
{
nav
a
.router-link-exact-active
{
color
:
#42b983
;
color
:
#42b983
;
}
}
</
style
>
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment