Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
30551c0e
Commit
30551c0e
authored
Apr 03, 2019
by
iamkun
Committed by
hetech
Apr 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Fix doc img link error (#14957)
* docs: Fix doc img link error * fix: Update demo pic to cdn link
parent
3fc5b5a1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
examples/docs/en-US/card.md
examples/docs/en-US/card.md
+1
-1
examples/docs/es/card.md
examples/docs/es/card.md
+1
-1
examples/docs/fr-FR/card.md
examples/docs/fr-FR/card.md
+1
-1
examples/docs/zh-CN/card.md
examples/docs/zh-CN/card.md
+1
-1
No files found.
examples/docs/en-US/card.md
View file @
30551c0e
...
@@ -79,7 +79,7 @@ Display richer content by adding some configs.
...
@@ -79,7 +79,7 @@ Display richer content by adding some configs.
<el-row>
<el-row>
<el-col
:span=
"8"
v-for=
"(o, index) in 2"
:key=
"o"
:offset=
"index > 0 ? 2 : 0"
>
<el-col
:span=
"8"
v-for=
"(o, index) in 2"
:key=
"o"
:offset=
"index > 0 ? 2 : 0"
>
<el-card
:body-style=
"{ padding: '0px' }"
>
<el-card
:body-style=
"{ padding: '0px' }"
>
<img
src=
"
../../examples/assets/images/hamburger
.png"
class=
"image"
>
<img
src=
"
https://shadow.elemecdn.com/app/element/hamburger.9cf7b091-55e9-11e9-a976-7f4d0b07eef6
.png"
class=
"image"
>
<div
style=
"padding: 14px;"
>
<div
style=
"padding: 14px;"
>
<span>
Yummy hamburger
</span>
<span>
Yummy hamburger
</span>
<div
class=
"bottom clearfix"
>
<div
class=
"bottom clearfix"
>
...
...
examples/docs/es/card.md
View file @
30551c0e
...
@@ -81,7 +81,7 @@ Muestre un contenido más rico añadiendo algunas configuraciones.
...
@@ -81,7 +81,7 @@ Muestre un contenido más rico añadiendo algunas configuraciones.
<el-row>
<el-row>
<el-col
:span=
"8"
v-for=
"(o, index) in 2"
:key=
"o"
:offset=
"index > 0 ? 2 : 0"
>
<el-col
:span=
"8"
v-for=
"(o, index) in 2"
:key=
"o"
:offset=
"index > 0 ? 2 : 0"
>
<el-card
:body-style=
"{ padding: '0px' }"
>
<el-card
:body-style=
"{ padding: '0px' }"
>
<img
src=
"
../../examples/assets/images/hamburger
.png"
class=
"image"
>
<img
src=
"
https://shadow.elemecdn.com/app/element/hamburger.9cf7b091-55e9-11e9-a976-7f4d0b07eef6
.png"
class=
"image"
>
<div
style=
"padding: 14px;"
>
<div
style=
"padding: 14px;"
>
<span>
Yummy hamburger
</span>
<span>
Yummy hamburger
</span>
<div
class=
"bottom clearfix"
>
<div
class=
"bottom clearfix"
>
...
...
examples/docs/fr-FR/card.md
View file @
30551c0e
...
@@ -80,7 +80,7 @@ Affichez un contenu plus riche grâce à la configuration.
...
@@ -80,7 +80,7 @@ Affichez un contenu plus riche grâce à la configuration.
<el-row>
<el-row>
<el-col
:span=
"8"
v-for=
"(o, index) in 2"
:key=
"o"
:offset=
"index > 0 ? 2 : 0"
>
<el-col
:span=
"8"
v-for=
"(o, index) in 2"
:key=
"o"
:offset=
"index > 0 ? 2 : 0"
>
<el-card
:body-style=
"{ padding: '0px' }"
>
<el-card
:body-style=
"{ padding: '0px' }"
>
<img
src=
"
../../examples/assets/images/hamburger
.png"
class=
"image"
>
<img
src=
"
https://shadow.elemecdn.com/app/element/hamburger.9cf7b091-55e9-11e9-a976-7f4d0b07eef6
.png"
class=
"image"
>
<div
style=
"padding: 14px;"
>
<div
style=
"padding: 14px;"
>
<span>
Yummy hamburger
</span>
<span>
Yummy hamburger
</span>
<div
class=
"bottom clearfix"
>
<div
class=
"bottom clearfix"
>
...
...
examples/docs/zh-CN/card.md
View file @
30551c0e
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
<el-row>
<el-row>
<el-col
:span=
"8"
v-for=
"(o, index) in 2"
:key=
"o"
:offset=
"index > 0 ? 2 : 0"
>
<el-col
:span=
"8"
v-for=
"(o, index) in 2"
:key=
"o"
:offset=
"index > 0 ? 2 : 0"
>
<el-card
:body-style=
"{ padding: '0px' }"
>
<el-card
:body-style=
"{ padding: '0px' }"
>
<img
src=
"
../../examples/assets/images/hamburger
.png"
class=
"image"
>
<img
src=
"
https://shadow.elemecdn.com/app/element/hamburger.9cf7b091-55e9-11e9-a976-7f4d0b07eef6
.png"
class=
"image"
>
<div
style=
"padding: 14px;"
>
<div
style=
"padding: 14px;"
>
<span>
好吃的汉堡
</span>
<span>
好吃的汉堡
</span>
<div
class=
"bottom clearfix"
>
<div
class=
"bottom clearfix"
>
...
...
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