mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +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({
|
||||
title: 'My home page'
|
||||
})
|
||||
</script>
|
||||
```
|
||||
|
||||
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