mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
docs: adds missing quote in example code (#8209)
This commit is contained in:
parent
52a42b0ece
commit
329fc63a02
@ -62,7 +62,7 @@ useHead({
|
|||||||
bodyAttrs: {
|
bodyAttrs: {
|
||||||
class: 'test'
|
class: 'test'
|
||||||
},
|
},
|
||||||
script: [ { children: 'console.log(\'Hello world\') } ]
|
script: [ { children: 'console.log(\'Hello world\')' } ]
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user