build
This commit is contained in:
parent
fd5c49071c
commit
5bfde6ee66
7 changed files with 45 additions and 14 deletions
|
|
@ -213,9 +213,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|||
* Campo para entrada de data + hora.
|
||||
*
|
||||
* Modelo:
|
||||
* - O componente **recebe** `modelValue` em ISO 8601 (UTC `Z` ou com offset).
|
||||
* - Converte para horário local para exibir no `datetime-local`.
|
||||
* - Ao editar, **emite** ISO 8601 com o **offset local**.
|
||||
* - O componente **recebe** `modelValue` em ISO 8601 (UTC `Z` ou com offset)
|
||||
* - Converte para horário local para exibir (`date` ou `datetime-local`)
|
||||
* - Ao editar, **emite** ISO 8601 com o **offset local**
|
||||
*/
|
||||
declare const _default: typeof __VLS_export;
|
||||
export default _default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue