mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-07 19:02:24 +03:00
Fix issue #67
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user