mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 19:30:35 +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: {
|
metaInfo: {
|
||||||
script: [{
|
script: [{
|
||||||
type: 'application/ld+json'
|
type: 'application/ld+json',
|
||||||
json: {
|
json: {
|
||||||
'@context': 'http://schema.org',
|
'@context': 'http://schema.org',
|
||||||
unsafe: '<p>hello</p>'
|
unsafe: '<p>hello</p>'
|
||||||
|
|||||||
Reference in New Issue
Block a user