From defd4ecdda00bfcbb1c6674f9a4305e31bdd9745 Mon Sep 17 00:00:00 2001 From: Le Minh Tri Date: Fri, 10 Jan 2020 00:47:06 +0700 Subject: [PATCH] Fix typo error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8f04f7..1e15800 100644 --- a/README.md +++ b/README.md @@ -193,14 +193,14 @@ You can also override some of the default locale by `lang`. the `format` accepts an object to customize formatting. ```html - + ``` ```js data() { return { // Use moment.js instead of the default - momentForamt: { + momentFormat: { // Date to String stringify: (date) => { return date ? moment(date).format('LL') : ''