mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
This commit is contained in:
@@ -52,10 +52,6 @@ Display date.
|
||||
```
|
||||
:::
|
||||
|
||||
:::tip
|
||||
The `first-day-of-week` attribute is not supported when using custom ranges.
|
||||
:::
|
||||
|
||||
### Attributes
|
||||
| Attribute | Description | Type | Accepted Values | Default |
|
||||
|-----------------|------------------- |---------- |---------------------- |--------- |
|
||||
|
||||
@@ -53,10 +53,6 @@ Muestra fechas.
|
||||
```
|
||||
:::
|
||||
|
||||
:::tip
|
||||
The `first-day-of-week` attribute is not supported when using custom ranges.
|
||||
:::
|
||||
|
||||
### Atributos
|
||||
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
|
||||
|-----------------|------------------- |---------- |---------------------- |------------ |
|
||||
|
||||
@@ -52,10 +52,6 @@ Affiche un calendrier.
|
||||
```
|
||||
:::
|
||||
|
||||
:::tip
|
||||
The `first-day-of-week` attribute is not supported when using custom ranges.
|
||||
:::
|
||||
|
||||
### Attributs
|
||||
|
||||
| Attribut | Description | Type | Valeurs acceptées | Défaut |
|
||||
|
||||
@@ -394,7 +394,7 @@ Les callback de validations personnalisées doivent être appelées. Un usage pl
|
||||
prop="email"
|
||||
label="Email"
|
||||
:rules="[
|
||||
{ required: true, message: 'Veuillez entrer l\'adresse e-mail', trigger: 'blur' },
|
||||
{ required: true, message: 'Veuillez entrer l'adresse e-mail', trigger: 'blur' },
|
||||
{ type: 'email', message: 'Veuillez entrer une adresse e-mail valide', trigger: ['blur', 'change'] }
|
||||
]"
|
||||
>
|
||||
|
||||
@@ -52,10 +52,6 @@
|
||||
```
|
||||
:::
|
||||
|
||||
:::tip
|
||||
使用自定义范围时,不支持 first-day-of-week 属性。
|
||||
:::
|
||||
|
||||
### Attributes
|
||||
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|
||||
|-----------------|-------------- |---------- |------------ |-------- |
|
||||
|
||||
Reference in New Issue
Block a user