2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-22 23:20:34 +03:00

Merge pull request #1 from LXVC/LXVC-patch-1

fix: there's a comma missing
This commit is contained in:
LXVC
2017-07-17 17:45:56 +08:00
committed by GitHub
+1 -1
View File
@@ -712,7 +712,7 @@ Just make sure that you're using the function form of `metaInfo`:
return { return {
title: 'Foo Bar Baz' title: 'Foo Bar Baz'
} }
} },
metaInfo () { metaInfo () {
return { return {
title: this.title title: this.title