Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VueElementTemplate
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
JIRA
JIRA
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
HireTest
VueElementTemplate
Commits
7f2bd580
Commit
7f2bd580
authored
7 years ago
by
Pan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc:add new article
parent
b4b9d166
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
dropdownMenu.vue
src/components/Share/dropdownMenu.vue
+1
-1
mixin.vue
src/views/components-demo/mixin.vue
+3
-2
index.vue
src/views/documentation/index.vue
+2
-1
No files found.
src/components/Share/dropdownMenu.vue
View file @
7f2bd580
...
...
@@ -35,7 +35,7 @@ export default {
</
script
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
>
$n
:
5
;
//和items.length 相同
$n
:
6
;
//和items.length 相同
$t
:
.1s
;
.share-dropdown-menu
{
width
:
250px
;
...
...
This diff is collapsed.
Click to expand it.
src/views/components-demo/mixin.vue
View file @
7f2bd580
...
...
@@ -86,7 +86,7 @@
<div
slot=
"header"
class=
"clearfix"
>
<span>
Share
</span>
</div>
<div
class=
"component-item"
style=
"height:
36
0px;"
>
<div
class=
"component-item"
style=
"height:
42
0px;"
>
<dropdown-menu
style=
"margin:0 auto;"
title=
'系列文章'
:items=
'articleList'
></dropdown-menu>
</div>
</el-card>
...
...
@@ -134,7 +134,8 @@ export default {
{
title
:
'登录权限篇'
,
href
:
'https://segmentfault.com/a/1190000009506097'
},
{
title
:
'实战篇'
,
href
:
'https://segmentfault.com/a/1190000009762198'
},
{
title
:
'vueAdmin-template 篇'
,
href
:
'https://segmentfault.com/a/1190000010043013'
},
{
title
:
'自行封装 component'
,
href
:
'https://segmentfault.com/a/1190000009090836'
}
{
title
:
'自行封装 component'
,
href
:
'https://segmentfault.com/a/1190000009090836'
},
{
title
:
'优雅的使用 icon'
,
href
:
'https://segmentfault.com/a/https://segmentfault.com/a/1190000012213278'
}
]
}
}
...
...
This diff is collapsed.
Click to expand it.
src/views/documentation/index.vue
View file @
7f2bd580
...
...
@@ -19,7 +19,8 @@ export default {
{
title
:
'登录权限篇'
,
href
:
'https://segmentfault.com/a/1190000009506097'
},
{
title
:
'实战篇'
,
href
:
'https://segmentfault.com/a/1190000009762198'
},
{
title
:
'vueAdmin-template 篇'
,
href
:
'https://segmentfault.com/a/1190000010043013'
},
{
title
:
'自行封装 component'
,
href
:
'https://segmentfault.com/a/1190000009090836'
}
{
title
:
'自行封装 component'
,
href
:
'https://segmentfault.com/a/1190000009090836'
},
{
title
:
'优雅的使用 icon'
,
href
:
'https://segmentfault.com/a/https://segmentfault.com/a/1190000012213278'
}
]
}
}
...
...
This diff is collapsed.
Click to expand it.
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