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
cd567ecb
Commit
cd567ecb
authored
Mar 21, 2019
by
潘何增
Committed by
iamkun
Mar 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: update cascader docs (#14442)
parent
be187a99
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
+4
-8
examples/docs/en-US/cascader.md
examples/docs/en-US/cascader.md
+1
-2
examples/docs/es/cascader.md
examples/docs/es/cascader.md
+1
-2
examples/docs/fr-FR/cascader.md
examples/docs/fr-FR/cascader.md
+1
-2
examples/docs/zh-CN/cascader.md
examples/docs/zh-CN/cascader.md
+1
-2
No files found.
examples/docs/en-US/cascader.md
View file @
cd567ecb
...
@@ -1386,10 +1386,9 @@ Search and select options with a keyword.
...
@@ -1386,10 +1386,9 @@ Search and select options with a keyword.
### Attributes
### Attributes
| Attribute | Description | Type | Options | Default|
| Attribute | Description | Type | Options | Default|
|---------- |-------------------- |---------|------------- |-------- |
|---------- |-------------------- |---------|------------- |-------- |
| value / v-model | binding value |
boolean / string / number
| — | — |
| value / v-model | binding value |
array
| — | — |
| options | data of the options | array | — | — |
| options | data of the options | array | — | — |
| props | configuration options, see the following table | object | — | — |
| props | configuration options, see the following table | object | — | — |
| value | selected value | array | — | — |
| separator | option separator | string | — | / |
| separator | option separator | string | — | / |
| popper-class | custom class name for Cascader's dropdown | string | — | — |
| popper-class | custom class name for Cascader's dropdown | string | — | — |
| placeholder | input placeholder | string | — | Select |
| placeholder | input placeholder | string | — | Select |
...
...
examples/docs/es/cascader.md
View file @
cd567ecb
...
@@ -1392,10 +1392,9 @@ Buscar y seleccionar opciones con una palabra clave.
...
@@ -1392,10 +1392,9 @@ Buscar y seleccionar opciones con una palabra clave.
### Atributos
### Atributos
| Atributo | Descripción | Tipo | Opciones | Por defecto |
| Atributo | Descripción | Tipo | Opciones | Por defecto |
| ---------------- | ---------------------------------------- | --------------- | --------------------- | ----------- |
| ---------------- | ---------------------------------------- | --------------- | --------------------- | ----------- |
| value / v-model | valor
enlazado | boolean / string / number
| — | — |
| value / v-model | valor
seleccionado | array
| — | — |
| options | datos de las opciones | array | — | — |
| options | datos de las opciones | array | — | — |
| props | opciones de configuracion, mire la tabla siguiente | object | — | — |
| props | opciones de configuracion, mire la tabla siguiente | object | — | — |
| value | valor seleccionado | array | — | — |
| popper-class | nombre de clase para el Cascader's dropdown | string | — | — |
| popper-class | nombre de clase para el Cascader's dropdown | string | — | — |
| placeholder | input placeholder | string | — | Select |
| placeholder | input placeholder | string | — | Select |
| disabled | si Cascader esta disabled | boolean | — | false |
| disabled | si Cascader esta disabled | boolean | — | false |
...
...
examples/docs/fr-FR/cascader.md
View file @
cd567ecb
...
@@ -1386,10 +1386,9 @@ Recherchez une option particulière en entrant des mots-clé.
...
@@ -1386,10 +1386,9 @@ Recherchez une option particulière en entrant des mots-clé.
### Attributs
### Attributs
| Attribut | Description | Type | Options | Défaut|
| Attribut | Description | Type | Options | Défaut|
|---------- |-------------------- |---------|------------- |-------- |
|---------- |-------------------- |---------|------------- |-------- |
| value / v-model |
La valeur liée. | boolean / string / number
| — | — |
| value / v-model |
Valeur sélectionnée. | array
| — | — |
| options | Données des options. | array | — | — |
| options | Données des options. | array | — | — |
| props | Options de configuration, voir la table suivante. | object | — | — |
| props | Options de configuration, voir la table suivante. | object | — | — |
| value | Valeur sélectionnée. | array | — | — |
| separator | Séparateur des options. | string | — | / |
| separator | Séparateur des options. | string | — | / |
| popper-class | Classe personnalisée pour le menu déroulant du Cascader | string | — | — |
| popper-class | Classe personnalisée pour le menu déroulant du Cascader | string | — | — |
| placeholder | Placeholder du champ. | string | — | Select |
| placeholder | Placeholder du champ. | string | — | Select |
...
...
examples/docs/zh-CN/cascader.md
View file @
cd567ecb
...
@@ -1386,10 +1386,9 @@
...
@@ -1386,10 +1386,9 @@
### Attributes
### Attributes
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|---------- |-------- |---------- |------------- |-------- |
|---------- |-------- |---------- |------------- |-------- |
| value / v-model |
绑定值 | boolean / string / number
| — | — |
| value / v-model |
选中项绑定值 | array
| — | — |
| options | 可选项数据源,键名可通过
`props`
属性配置 | array | — | — |
| options | 可选项数据源,键名可通过
`props`
属性配置 | array | — | — |
| props | 配置选项,具体见下表 | object | — | — |
| props | 配置选项,具体见下表 | object | — | — |
| value | 选中项绑定值 | array | — | — |
| separator | 选项分隔符 | string | — | 斜杠'/' |
| separator | 选项分隔符 | string | — | 斜杠'/' |
| popper-class | 自定义浮层类名 | string | — | — |
| popper-class | 自定义浮层类名 | string | — | — |
| placeholder | 输入框占位文本 | string | — | 请选择 |
| placeholder | 输入框占位文本 | string | — | 请选择 |
...
...
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