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
a78f4b9e
Commit
a78f4b9e
authored
Oct 30, 2019
by
Weiqi Wu
Committed by
Zhi Cun
Oct 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Fix Loading demo (#17862) (#17863)
parent
096966a4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
16 deletions
+16
-16
examples/docs/en-US/loading.md
examples/docs/en-US/loading.md
+4
-4
examples/docs/es/loading.md
examples/docs/es/loading.md
+4
-4
examples/docs/fr-FR/loading.md
examples/docs/fr-FR/loading.md
+4
-4
examples/docs/zh-CN/loading.md
examples/docs/zh-CN/loading.md
+4
-4
No files found.
examples/docs/en-US/loading.md
View file @
a78f4b9e
...
@@ -128,13 +128,13 @@ Show a full screen animation while loading data.
...
@@ -128,13 +128,13 @@ Show a full screen animation while loading data.
<template>
<template>
<el-button
<el-button
type=
"primary"
type=
"primary"
@
click=
"openFullScreen"
@
click=
"openFullScreen
1
"
v-loading.fullscreen.lock=
"fullscreenLoading"
>
v-loading.fullscreen.lock=
"fullscreenLoading"
>
As a directive
As a directive
</el-button>
</el-button>
<el-button
<el-button
type=
"primary"
type=
"primary"
@
click=
"openFullScreen"
>
@
click=
"openFullScreen
2
"
>
As a service
As a service
</el-button>
</el-button>
</template>
</template>
...
@@ -147,13 +147,13 @@ Show a full screen animation while loading data.
...
@@ -147,13 +147,13 @@ Show a full screen animation while loading data.
}
}
},
},
methods
:
{
methods
:
{
openFullScreen
()
{
openFullScreen
1
()
{
this
.
fullscreenLoading
=
true
;
this
.
fullscreenLoading
=
true
;
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
fullscreenLoading
=
false
;
this
.
fullscreenLoading
=
false
;
},
2000
);
},
2000
);
},
},
openFullScreen
()
{
openFullScreen
2
()
{
const
loading
=
this
.
$loading
({
const
loading
=
this
.
$loading
({
lock
:
true
,
lock
:
true
,
text
:
'
Loading
'
,
text
:
'
Loading
'
,
...
...
examples/docs/es/loading.md
View file @
a78f4b9e
...
@@ -128,13 +128,13 @@ Muestra una animación de pantalla completa mientras se cargan los datos
...
@@ -128,13 +128,13 @@ Muestra una animación de pantalla completa mientras se cargan los datos
<template>
<template>
<el-button
<el-button
type=
"primary"
type=
"primary"
@
click=
"openFullScreen"
@
click=
"openFullScreen
1
"
v-loading.fullscreen.lock=
"fullscreenLoading"
>
v-loading.fullscreen.lock=
"fullscreenLoading"
>
Como directiva
Como directiva
</el-button>
</el-button>
<el-button
<el-button
type=
"primary"
type=
"primary"
@
click=
"openFullScreen"
>
@
click=
"openFullScreen
2
"
>
Como servicio
Como servicio
</el-button>
</el-button>
</template>
</template>
...
@@ -147,13 +147,13 @@ Muestra una animación de pantalla completa mientras se cargan los datos
...
@@ -147,13 +147,13 @@ Muestra una animación de pantalla completa mientras se cargan los datos
}
}
},
},
methods
:
{
methods
:
{
openFullScreen
()
{
openFullScreen
1
()
{
this
.
fullscreenLoading
=
true
;
this
.
fullscreenLoading
=
true
;
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
fullscreenLoading
=
false
;
this
.
fullscreenLoading
=
false
;
},
2000
);
},
2000
);
},
},
openFullScreen
()
{
openFullScreen
2
()
{
const
loading
=
this
.
$loading
({
const
loading
=
this
.
$loading
({
lock
:
true
,
lock
:
true
,
text
:
'
Loading
'
,
text
:
'
Loading
'
,
...
...
examples/docs/fr-FR/loading.md
View file @
a78f4b9e
...
@@ -128,13 +128,13 @@ Affichez une animation en plein écran quand vous charger des données.
...
@@ -128,13 +128,13 @@ Affichez une animation en plein écran quand vous charger des données.
<template>
<template>
<el-button
<el-button
type=
"primary"
type=
"primary"
@
click=
"openFullScreen"
@
click=
"openFullScreen
1
"
v-loading.fullscreen.lock=
"fullscreenLoading"
>
v-loading.fullscreen.lock=
"fullscreenLoading"
>
Comme directive
Comme directive
</el-button>
</el-button>
<el-button
<el-button
type=
"primary"
type=
"primary"
@
click=
"openFullScreen"
>
@
click=
"openFullScreen
2
"
>
Comme service
Comme service
</el-button>
</el-button>
</template>
</template>
...
@@ -147,13 +147,13 @@ Affichez une animation en plein écran quand vous charger des données.
...
@@ -147,13 +147,13 @@ Affichez une animation en plein écran quand vous charger des données.
}
}
},
},
methods
:
{
methods
:
{
openFullScreen
()
{
openFullScreen
1
()
{
this
.
fullscreenLoading
=
true
;
this
.
fullscreenLoading
=
true
;
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
fullscreenLoading
=
false
;
this
.
fullscreenLoading
=
false
;
},
2000
);
},
2000
);
},
},
openFullScreen
()
{
openFullScreen
2
()
{
const
loading
=
this
.
$loading
({
const
loading
=
this
.
$loading
({
lock
:
true
,
lock
:
true
,
text
:
'
Loading
'
,
text
:
'
Loading
'
,
...
...
examples/docs/zh-CN/loading.md
View file @
a78f4b9e
...
@@ -127,13 +127,13 @@
...
@@ -127,13 +127,13 @@
<template>
<template>
<el-button
<el-button
type=
"primary"
type=
"primary"
@
click=
"openFullScreen"
@
click=
"openFullScreen
1
"
v-loading.fullscreen.lock=
"fullscreenLoading"
>
v-loading.fullscreen.lock=
"fullscreenLoading"
>
指令方式
指令方式
</el-button>
</el-button>
<el-button
<el-button
type=
"primary"
type=
"primary"
@
click=
"openFullScreen"
>
@
click=
"openFullScreen
2
"
>
服务方式
服务方式
</el-button>
</el-button>
</template>
</template>
...
@@ -146,13 +146,13 @@
...
@@ -146,13 +146,13 @@
}
}
},
},
methods
:
{
methods
:
{
openFullScreen
()
{
openFullScreen
1
()
{
this
.
fullscreenLoading
=
true
;
this
.
fullscreenLoading
=
true
;
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
fullscreenLoading
=
false
;
this
.
fullscreenLoading
=
false
;
},
2000
);
},
2000
);
},
},
openFullScreen
()
{
openFullScreen
2
()
{
const
loading
=
this
.
$loading
({
const
loading
=
this
.
$loading
({
lock
:
true
,
lock
:
true
,
text
:
'
Loading
'
,
text
:
'
Loading
'
,
...
...
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