2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-12 18:52:24 +03:00

docs: add missing comma in API docs (#483)

Adds a missing comma in the code example in the "Add JSON data" API docs.
This commit is contained in:
John Franey
2019-10-31 09:58:02 -04:00
committed by Pim
parent 0145166b08
commit 5e581aeb14
+1 -1
View File
@@ -433,7 +433,7 @@ When passing an array or object to the `json` property the keys and values of th
{
metaInfo: {
script: [{
type: 'application/ld+json'
type: 'application/ld+json',
json: {
'@context': 'http://schema.org',
unsafe: '<p>hello</p>'