Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
59a79421
Commit
59a79421
authored
Apr 21, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huangyuanyuan/electricitysheep
parents
30442cc9
0fd512d3
Pipeline
#59
canceled with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
8 deletions
+25
-8
App.vue
src/App.vue
+1
-8
d.png
src/assets/img/d.png
+0
-0
homeIndex.vue
src/components/homeIndex.vue
+19
-0
index.js
src/router/index.js
+5
-0
No files found.
src/App.vue
View file @
59a79421
...
...
@@ -11,12 +11,5 @@ export default {
</
script
>
<
style
>
#app
{
font-family
:
'Avenir'
,
Helvetica
,
Arial
,
sans-serif
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
text-align
:
center
;
color
:
#2c3e50
;
margin-top
:
60px
;
}
</
style
>
src/assets/img/d.png
0 → 100644
View file @
59a79421
92.4 KB
src/components/homeIndex.vue
0 → 100644
View file @
59a79421
<
template
>
<div
class=
"homeIndex"
>
<div
class=
"head"
>
</div>
</div>
</
template
>
<
script
>
export
default
{
name
:
'homeIndex'
}
</
script
>
<
style
>
.homeIndex
.head
{
}
</
style
>
src/router/index.js
View file @
59a79421
...
...
@@ -10,6 +10,11 @@ export default new Router({
path
:
'/'
,
name
:
'HelloWorld'
,
component
:
HelloWorld
},
{
path
:
'/homeIndex'
,
name
:
'homeIndex'
,
component
:
resolve
=>
require
([
'@/components/homeIndex'
],
resolve
),
}
]
})
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