mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-11 17:22:24 +03:00
Fix typos in readme
This commit is contained in:
@@ -479,7 +479,7 @@ Each item in the array maps to a newly-created `<script>` element, where object
|
||||
```js
|
||||
{
|
||||
metaInfo: {
|
||||
sript: [
|
||||
script: [
|
||||
{ innerHTML: '{ "@context": "http://schema.org" }', type: 'application/ld+json' }
|
||||
]
|
||||
}
|
||||
@@ -497,7 +497,7 @@ Each item in the array maps to a newly-created `<noscript>` element, where objec
|
||||
```js
|
||||
{
|
||||
metaInfo: {
|
||||
nosript: [
|
||||
noscript: [
|
||||
{ innerHTML: 'This website requires JavaScript.' }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user