mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-30 01:17:16 +00:00
docs: add missing </script>
tag (#2990)
This commit is contained in:
parent
8c6f5fd3de
commit
33f6c3ef74
@ -166,6 +166,7 @@ You might want to define metadata for each route in your app. You can do this us
|
|||||||
definePageMeta({
|
definePageMeta({
|
||||||
title: 'My home page'
|
title: 'My home page'
|
||||||
})
|
})
|
||||||
|
</script>
|
||||||
```
|
```
|
||||||
|
|
||||||
This data can then be accessed throughout the rest of your app from the `route.meta` object.
|
This data can then be accessed throughout the rest of your app from the `route.meta` object.
|
||||||
|
Loading…
Reference in New Issue
Block a user