2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-07 19:02:24 +03:00
This commit is contained in:
Sebastien Chopin
2017-05-15 14:43:01 +02:00
parent effa0e88a1
commit e9f5bf093f
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -19,6 +19,10 @@ new Vue({
},
meta: [
{ name: 'description', content: 'Hello', vmid: 'test' }
]
],
script: [
{ innerHTML: '{ "@context": "http://www.schema.org", "@type": "Organization" }', type: 'application/ld+json' }
],
__dangerouslyDisableSanitizers: ['script']
})
}).$mount('#app')