📝(input): 📝(all): 更新日志

更新文档
This commit is contained in:
就眠儀式
2022-06-11 00:12:46 +08:00
parent 527a3f64da
commit bbf39ab795
2 changed files with 15 additions and 1 deletions

View File

@@ -179,6 +179,7 @@ export default {
| v-model / modelValue | 值 | -- |
| autofocus | 原生属性 autofocus | `true` `false` |
| autocomplete | 原生属性 autocomplete | `true` `false` |
| allow-clear | 允许清空 allow-clear | `true` `false` |
:::
@@ -197,5 +198,17 @@ export default {
:::
::: title Input 事件
:::
::: table
| 事件 | 描述 | 参数 |
| ----- | ------------------- | ----------------|
| prefix | 输入框前置内容 | -- |
| suffix | 输入框后置内容 | -- |
:::
::: previousNext input
:::