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
b5063ceb
Commit
b5063ceb
authored
Jul 18, 2018
by
troy351
Committed by
Jikkai Xiao
Jul 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: add slot doc for el-upload (#12041)
parent
9aa68694
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
examples/docs/en-US/upload.md
examples/docs/en-US/upload.md
+6
-0
examples/docs/es/upload.md
examples/docs/es/upload.md
+6
-0
examples/docs/zh-CN/upload.md
examples/docs/zh-CN/upload.md
+6
-0
No files found.
examples/docs/en-US/upload.md
View file @
b5063ceb
...
@@ -419,6 +419,12 @@ disabled | whether to disable upload | boolean | — | false |
...
@@ -419,6 +419,12 @@ disabled | whether to disable upload | boolean | — | false |
limit | maximum number of uploads allowed | number | — | — |
limit | maximum number of uploads allowed | number | — | — |
on-exceed | hook function when limit is exceeded | function(files, fileList) | — | - |
on-exceed | hook function when limit is exceeded | function(files, fileList) | — | - |
### Slot
| Name | Description |
|------|--------|
| trigger | content which triggers file dialog |
| tip | content of tips |
### Methods
### Methods
| Methods Name | Description | Parameters |
| Methods Name | Description | Parameters |
|---------- |-------- |---------- |
|---------- |-------- |---------- |
...
...
examples/docs/es/upload.md
View file @
b5063ceb
...
@@ -412,6 +412,12 @@ Puede arrastrar el archivo dentro de un área en especifico para cargar el archi
...
@@ -412,6 +412,12 @@ Puede arrastrar el archivo dentro de un área en especifico para cargar el archi
| limit | número máximo de cargas permitidas | number | — | — |
| limit | número máximo de cargas permitidas | number | — | — |
| on-exceed | _hook_ lanzado cuando el límite ha sido excedido | function(files, fileList) | — | - |
| on-exceed | _hook_ lanzado cuando el límite ha sido excedido | function(files, fileList) | — | - |
### Slot
| Nombre | Descripcion |
| ------------ | ---------------------------------------- |
| trigger | content which triggers file dialog |
| tip | content of tips |
### Métodos
### Métodos
| Nombre del método | Descripción | Parametros |
| Nombre del método | Descripción | Parametros |
| ----------------- | ---------------------------------------- | ------------------------- |
| ----------------- | ---------------------------------------- | ------------------------- |
...
...
examples/docs/zh-CN/upload.md
View file @
b5063ceb
...
@@ -427,6 +427,12 @@
...
@@ -427,6 +427,12 @@
| limit | 最大允许上传个数 | number | — | — |
| limit | 最大允许上传个数 | number | — | — |
| on-exceed | 文件超出个数限制时的钩子 | function(files, fileList) | — | - |
| on-exceed | 文件超出个数限制时的钩子 | function(files, fileList) | — | - |
### Slot
| name | 说明 |
|------|--------|
| trigger | 触发文件选择框的内容 |
| tip | 提示说明文字 |
### Methods
### Methods
| 方法名 | 说明 | 参数 |
| 方法名 | 说明 | 参数 |
|---------- |-------------- | -- |
|---------- |-------------- | -- |
...
...
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