- {{ wordCount }}
+
+
+
+
+
+
+ {{ wordCount }}
+
diff --git a/package/document-component/src/document/zh-CN/components/datePicker.md b/package/document-component/src/document/zh-CN/components/datePicker.md
index 1ffd1fe4..3855c091 100644
--- a/package/document-component/src/document/zh-CN/components/datePicker.md
+++ b/package/document-component/src/document/zh-CN/components/datePicker.md
@@ -14,7 +14,6 @@
::: demo
- 选择的时间:{{endTime}}
@@ -41,7 +40,6 @@ export default {
::: demo
- 选择的时间:{{endTime2}}
@@ -68,7 +66,6 @@ export default {
::: demo
-
@@ -95,7 +92,6 @@ export default {
::: demo
- 选择的时间:{{endTime3}}
@@ -122,7 +118,6 @@ export default {
::: demo
- 选择的时间:{{endTime4}}
@@ -198,10 +193,7 @@ export default {
::: title 一次性选择
:::
-::: describe 只需要点击一次后自动关闭,无需点击确认按钮
-:::
-
-::: demo
+::: demo 只需要点击一次后自动关闭,无需点击确认按钮
diff --git a/package/document-component/src/document/zh-CN/components/textarea.md b/package/document-component/src/document/zh-CN/components/textarea.md
index d1d1c047..b5fe79c7 100644
--- a/package/document-component/src/document/zh-CN/components/textarea.md
+++ b/package/document-component/src/document/zh-CN/components/textarea.md
@@ -91,6 +91,32 @@ export default {
:::
+::: title 清空内容
+:::
+
+::: demo
+
+
+
+
+
+
+
+:::
+
::: title 显示字数
:::
diff --git a/package/document-component/src/document/zh-CN/guide/changelog.md b/package/document-component/src/document/zh-CN/guide/changelog.md
index 93bd6332..7ae75f07 100644
--- a/package/document-component/src/document/zh-CN/guide/changelog.md
+++ b/package/document-component/src/document/zh-CN/guide/changelog.md
@@ -15,11 +15,15 @@
1.2.8 2022-07-08
-
- - [优化] cascader 组件 change 回调函数。 by @SmallWai
- - [修复] layer 组件 Notifiy 缺失关闭图标。 by @SmallWai
+
+ - [修复] layer 组件 Notifiy 缺失关闭图标。 by @SmallWai
- [修复] input 组件 modelValue 设置为 zero 不显示的问题。by @Jmysy
+ - [新增] textarea 组件 allow-clear 属性, 允许清空。by @Jmysy
+ - [新增] textarea 组件 change 回调函数。by @Jmysy
+ - [新增] textarea 组件 clear 回调函数。by @Jmysy
- [新增] cascader 组件 replaceFields属性 用于自义定字段。by @SmallWai
+ - [优化] cascader 组件 change 回调函数。 by @SmallWai
+ - [删除] input 组件 value 属性, 与 v-model 属性冲突。by @Jmysy