From 5f64631acf9550b94110fcf5c94a964fd3586860 Mon Sep 17 00:00:00 2001 From: Pichaya Date: Mon, 13 Apr 2020 22:16:00 +0700 Subject: [PATCH] Edit typo in Documentation --- docs/docs/en.md | 6 +++--- docs/docs/zh-cn.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 } }