mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +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: {
|
||||
class: 'test'
|
||||
},
|
||||
script: [ { children: 'console.log(\'Hello world\') } ]
|
||||
script: [ { children: 'console.log(\'Hello world\')' } ]
|
||||
})
|
||||
</script>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user