2
0
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:
Atinux
2017-11-06 12:32:18 +01:00
parent be9cff3bd3
commit 8ac7ecccaa
2 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -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']
})