docs: 编写 date-picker 文档

This commit is contained in:
就眠儀式
2022-04-02 03:43:12 +08:00
parent c7bbe6d458
commit f28e3cbcbf
4 changed files with 42 additions and 14 deletions

View File

@@ -138,5 +138,17 @@ export default {
:::
::: title Date Picker 属性
:::
::: table
| 属性 | 描述 | 类型 | 默认值 | 可选值 |
| ------------- | ------------------------------------------------------------ | -------------- | ------ | -------------- |
| v-model | 当前时间 | `string` | -- | — |
| type | 选择类型 | `string` | `date` | `date` `datetime` `year` `month` `time` |
:::
::: previousNext transfer
:::