2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-11 18:32:26 +03:00

Merge pull request #108 from LXVC/master

fix: there's a comma missing
This commit is contained in:
Sébastien Chopin
2017-08-02 17:04:41 +02: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 {
title: 'Foo Bar Baz'
}
}
},
metaInfo () {
return {
title: this.title