mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 01:00:33 +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
|
```js
|
||||||
{
|
{
|
||||||
metaInfo: {
|
metaInfo: {
|
||||||
sript: [
|
script: [
|
||||||
{ innerHTML: '{ "@context": "http://schema.org" }', type: 'application/ld+json' }
|
{ 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
|
```js
|
||||||
{
|
{
|
||||||
metaInfo: {
|
metaInfo: {
|
||||||
nosript: [
|
noscript: [
|
||||||
{ innerHTML: 'This website requires JavaScript.' }
|
{ innerHTML: 'This website requires JavaScript.' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user