2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-25 01:50:34 +03:00

fix: there's a comma missing

This commit is contained in:
LXVC
2017-07-17 17:38:29 +08:00
committed by GitHub
parent 9c80a30c21
commit d21f0ea1b9
+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