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

Update README.md

This commit is contained in:
Sébastien Chopin
2018-07-05 18:01:25 +02:00
committed by GitHub
parent f7adc6b685
commit 6493d02d07
+1 -1
View File
@@ -463,7 +463,7 @@ Since v1.5.0, you can now set up meta templates that work similar to the titleTe
{ {
'property': 'og:title', 'property': 'og:title',
'content': 'Test title', 'content': 'Test title',
'template': chunk => `${chunk} - My page`, //or as string template: '%s - My page' 'template': chunk => `${chunk} - My page`, //or as string template: '%s - My page',
'vmid': 'og:title' 'vmid': 'og:title'
} }
] ]