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:
+1
-1
@@ -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>'
|
||||
|
||||
Reference in New Issue
Block a user