From 85a6ccc1b73bfc0be827f3d0104c2dbb6cc7b513 Mon Sep 17 00:00:00 2001 From: Ergashev Adizbek Date: Fri, 3 Jan 2020 15:03:23 +0500 Subject: [PATCH] Update README.md Typo fixed. --- 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') : ''