diff --git a/docs/docs/en.md b/docs/docs/en.md index 1f502fc..4f82f77 100644 --- a/docs/docs/en.md +++ b/docs/docs/en.md @@ -586,7 +586,7 @@ File List * **Usage:** ```html - + ``` @@ -856,7 +856,7 @@ Default for `v-model` binding * **Usage:** ```html @@ -868,7 +868,7 @@ Default for `v-model` binding } }, methods: { - updatetValue(value) { + updatedValue(value) { this.files = value } } diff --git a/docs/docs/zh-cn.md b/docs/docs/zh-cn.md index b8c5d19..03bf426 100644 --- a/docs/docs/zh-cn.md +++ b/docs/docs/zh-cn.md @@ -373,7 +373,7 @@ input标签的 `name` 属性 * **示例:** ```html - + ``` @@ -610,7 +610,7 @@ input标签的 `name` 属性 * **示例:** ```html @@ -622,7 +622,7 @@ input标签的 `name` 属性 } }, methods: { - updatetValue(value) { + updatedValue(value) { this.files = value } }