From d21f0ea1b90301a0785844134f25e269652ae226 Mon Sep 17 00:00:00 2001 From: LXVC Date: Mon, 17 Jul 2017 17:38:29 +0800 Subject: [PATCH] fix: there's a comma missing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 050de46..4a0fbbd 100644 --- a/README.md +++ b/README.md @@ -712,7 +712,7 @@ Just make sure that you're using the function form of `metaInfo`: return { title: 'Foo Bar Baz' } - } + }, metaInfo () { return { title: this.title