diff --git a/docs/web/components/input.md b/docs/web/components/input.md
index 245fe23..24a6a47 100644
--- a/docs/web/components/input.md
+++ b/docs/web/components/input.md
@@ -19,12 +19,7 @@ ElInput 增强
结尾不能输入空格
两端不能有空格
不能输入空格
-
+
{{ inputValue }}
@@ -42,9 +37,9 @@ export default {
}
return {
inputValue,
- onInput,
+ onInput
}
- },
+ }
}
```
@@ -53,10 +48,10 @@ export default {
## Props
-| Name | Description | Type | Options | Default |
-| -------- | -------------- | ------ | ---------------------------------- | ------- |
-| format | 字符串格式化 | string | uppercase / lowercase / capitalize | - |
-| trimType | 清空输入的空格 | string | 'start', 'end', 'both', 'all' | both |
+| Name | Description | Type | Options | Default |
+| -------- | -------------- | ------ | ------------------------------------- | ------- |
+| format | 字符串格式化 | string | uppercase / lowercase / capitalize | - |
+| trimType | 清空输入的空格 | string | 'start', 'end', 'both', 'all', 'none' | both |
## Events