mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-05 04:22:24 +03:00
example: Update examples
This commit is contained in:
@@ -24,7 +24,8 @@ new Vue({
|
||||
{ name: 'description', content: 'Hello', vmid: 'test' }
|
||||
],
|
||||
script: [
|
||||
{ innerHTML: '{ "@context": "http://www.schema.org", "@type": "Organization" }', type: 'application/ld+json' }
|
||||
{ innerHTML: '{ "@context": "http://www.schema.org", "@type": "Organization" }', type: 'application/ld+json' },
|
||||
{ innerHTML: '{ "body": "yes" }', body: true, type: 'application/ld+json' }
|
||||
],
|
||||
__dangerouslyDisableSanitizers: ['script']
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user